summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput
Commit message (Collapse)AuthorAgeFilesLines
* axgetput: Delete homegrown declarations of optarg and optind.Ralf Baechle2009-06-231-4/+1
| | | | These should be declared by unistd.h only.
* axgetput: Remove homegrown 'extern int errno' declaration.Ralf Baechle2009-06-231-2/+1
| | | | <errno.h> is the way to go.
* Ignore a few more generated files.Ralf Baechle2009-06-191-0/+1
|
* Remove all generated files.Ralf Baechle2009-06-191-453/+0
| | | | | | | | | | | | | | Keeping generated files in CVS doesn't only tend to produce large and cluttered files it also may result in build problems due to timestamps in the wrong order. So dump everything, update .cvsignore to ignore these files and resolve all warnings generated by autoreconf. From now on users of a CVS checkout should run the command autoreconf --install --force after having done a CVS checkout. For this to succeed automake, autoconf and libtool will have to be installed.
* Convert K&R-style function definitions to function prototypes.Ralf Baechle2009-06-141-4/+4
|
* time_t for file_timeThomas Osterried2009-01-221-3/+3
|
* made proto_bin compatible to call(1) ~a upload.Thomas Osterried2009-01-221-15/+25
|
* Fix for autoconf. Thanks to Tom <DL1JBE>Thomas Osterried2008-08-031-2/+1
|
* fix in Makefile.am for installation of man page axgetput.1Thomas Osterried2008-05-161-0/+1
|
* updated manpageThomas Osterried2007-03-111-2/+47
|
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-234-46/+58
| | | | pointless comments.
* Include <sys/time.h>. This fixes a build error on glibc 2.1.Ralf Baechle2007-01-231-0/+1
|
* Convert to autoconf 2.59. Delete junk from past centuries.Ralf Baechle2007-01-223-70/+16
|
* Manual page for axgetput. This fixes the build which broke becauseRalf Baechle2007-01-221-0/+32
| | | | ax25/axgetput/Makefile.am was referencing the non-existing man page.
* axgetput (bget, bput, ..) for 8bit clean up/download from anThomas Osterried2006-12-1012-0/+1786
axspawn(8) login session. Initial checkin. Import from http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/