summaryrefslogtreecommitdiff
path: root/libexec/ld.so
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
commitd6f987883e262363e2689803a36a7c32736476cc (patch)
tree1158893c08ead8fccdd4ac523d3492f68c4c1cda /libexec/ld.so
parent94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff)
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'libexec/ld.so')
-rw-r--r--libexec/ld.so/dir.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/libexec/ld.so/dir.c b/libexec/ld.so/dir.c
index c061d8f4a0a..17de54d2b08 100644
--- a/libexec/ld.so/dir.c
+++ b/libexec/ld.so/dir.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dir.c,v 1.13 2007/02/09 14:51:13 drahn Exp $ */
+/* $OpenBSD: dir.c,v 1.14 2009/10/27 23:59:31 deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -28,10 +28,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = ": opendir.c,v 1.6 1998/08/15 08:10:14 deraadt Exp $";
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
@@ -88,9 +84,6 @@ _dl_opendir(const char *name)
}
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$ closedir.c,v 1.3 1998/11/20 11:18:37 d Exp $";
-#endif /* LIBC_SCCS and not lint */
/*
* close a directory.
*/
@@ -110,9 +103,6 @@ _dl_closedir(DIR *dirp)
}
-#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$ readdir.c,v 1.5 2001/05/17 20:20:36 rees Exp $";
-#endif /* LIBC_SCCS and not lint */
/*
* get next entry in a directory.
*/