diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-06-22 20:13:57 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-06-22 20:13:57 +0000 |
commit | 6aa225165fe7ddb3a3f8fce85d554a324f0b73f3 (patch) | |
tree | 8ff0c1efb45173a0d2b0f830885bcc47c6505f46 /lib/libc/stdlib/getopt_long.c | |
parent | 872442932ba541281e97cdfb9e3dcc10c3fc92d4 (diff) |
Notes
Diffstat (limited to 'lib/libc/stdlib/getopt_long.c')
-rw-r--r-- | lib/libc/stdlib/getopt_long.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c index 9f7f6d5ae733..3b7f693e3278 100644 --- a/lib/libc/stdlib/getopt_long.c +++ b/lib/libc/stdlib/getopt_long.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */ +/* $OpenBSD: getopt_long.c,v 1.23 2007/10/31 12:34:57 chl Exp $ */ /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ /* |