summaryrefslogtreecommitdiffstats
path: root/bsd/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/getopt.c')
-rw-r--r--bsd/getopt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd/getopt.c b/bsd/getopt.c
index 7126cc1da..be621bd92 100644
--- a/bsd/getopt.c
+++ b/bsd/getopt.c
@@ -31,10 +31,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)getopt.c 4.13 (Berkeley) 2/23/91";
-#endif /* LIBC_SCCS and not lint */
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>