aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-26From Peter Johansson:etxrab1-1/+3
The supplied patch takes care of the following compilation warnings: getopt.c(409) : warning C4013: 'strcmp' undefined; assuming extern returning int getopt.c(478) : warning C4013: 'strncmp' undefined; assuming extern returning int getopt.c(480) : warning C4013: 'strlen' undefined; assuming extern returning int git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15083 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-08Get rid of carriage returns; Windows compilers don't require them, andguy1-754/+754
some UNIX compilers don't like them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2580 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-12Build tethereal and editcap on Win32.gram1-5/+6
Add RCS ID tags to Makefile.nmake's. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1836 f5534014-38df-0310-8fa8-9805f1628bb7
2000-03-28Add getopt.c (from GNU libc) for use on Win32.gram1-0/+753
Ethereal/win32 now supports command-line options. Tethereal now compiles on win32, except for the fact that I haven't put the Makefile.nmake changes in for that yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1758 f5534014-38df-0310-8fa8-9805f1628bb7