index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
getopt
/
getopt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert most part of 200420 as requested, as more review and polish is
delphij
2009-12-13
1
-0
/
+1
*
Remove unneeded header includes from usr.bin/ except contributed code.
delphij
2009-12-11
1
-1
/
+0
*
getopt.c is public domain. Add a comment to that effect.
brooks
2008-05-15
1
-0
/
+5
*
ANSIify function definitions.
dwmalone
2002-09-04
1
-3
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-1
/
+2
*
Minor nit; return(foo) from main rather than exit(foo).
markm
2002-04-28
1
-1
/
+1
*
Warns cleanup (just make main return an int).
dwmalone
2001-12-03
1
-0
/
+1
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
getopt and friends are declared in <unistd.h>
imp
2000-09-04
1
-2
/
+3
*
Back out part of previous commit.
cracauer
1999-04-04
1
-1
/
+1
*
1) Fix the case where a shellscript using getopt is called with a
cracauer
1999-04-03
1
-1
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
Added getopt(1) from NetBSD
nate
1993-07-26
1
-0
/
+30