summaryrefslogtreecommitdiff
path: root/openbsd-compat/xmmap.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-08-17 14:08:42 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-08-17 14:08:42 +1000
commit1e8013a17ff11e3c6bd0012fb1fc8d5f1330eb21 (patch)
tree16ea81a032f459d316ac3606d50d994351a16ab6 /openbsd-compat/xmmap.c
parentadab758242121181700e48b4f6c60d6b660411fe (diff)
Remove obsolete CVS $Id from source files.
Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
Diffstat (limited to 'openbsd-compat/xmmap.c')
-rw-r--r--openbsd-compat/xmmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index fee676e4e..262a79095 100644
--- a/openbsd-compat/xmmap.c
+++ b/openbsd-compat/xmmap.c
@@ -23,8 +23,6 @@
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 */ 24 */
25 25
26/* $Id: xmmap.c,v 1.15 2009/02/16 04:21:40 djm Exp $ */
27
28#include "includes.h" 26#include "includes.h"
29 27
30#include <sys/types.h> 28#include <sys/types.h>