aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip/libacu
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation warnings (up to level 3).Ruslan Ermilov2006-08-312-2/+3
| | | | Notes: svn path=/head/; revision=161781
* Resolve merge conflicts.Ruslan Ermilov2006-08-3110-345/+271
| | | | Notes: svn path=/head/; revision=161754
* make prototpyes match functions, and declare things static as neededWarner Losh2003-04-064-4/+9
| | | | Notes: svn path=/head/; revision=113163
* remove __PWarner Losh2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92922
* Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-2017-1782/+355
|\ | | | | | | | | | | | | | | | | protect the build with a WARNS=2. Fix the build. Notes: svn path=/head/; revision=88276
| * Import of OpenBSD's tip (which was the tip code of a month ago, moduloMark Murray2001-12-2010-0/+2545
| | | | | | | OpenBSD commits). Notes: svn path=/cvs2svn/branches/bsd/; revision=88273
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-264-12/+19
| | | | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=80381
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-142-2/+6
| | | | | | | Minor warnings in tip corrected. Notes: svn path=/head/; revision=59217
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-182-3/+3
| | | | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> Notes: svn path=/head/; revision=29574
* Add prototypes, usage(). Use err(3).Philippe Charnier1997-08-183-6/+22
| | | | Notes: svn path=/head/; revision=28365
* Here's a patch that fixes the problem with modem syncronizationPaul Traina1996-03-051-2/+2
| | | | | | | | | | | | | | | problems with tip. There are some hardwired timeouts that ignores the delay that you can set in the modem configuration file. The hard-wire delay is to short if the modem has to switch major modes and reset (ie going from fax to data mode with a reset). Now my modem transistions from HylaFax control to tip control and ppp mode without any problems. Submitted by: Douglas Ambrisko <ambrisko@tcs.com> Notes: svn path=/head/; revision=14393
* Remove trailing whitespace.Rodney W. Grimes1995-05-306-52/+52
| | | | Notes: svn path=/head/; revision=8874
* Fix nested comments for -Wcomment warnings.Rodney W. Grimes1995-05-092-2/+2
| | | | Notes: svn path=/head/; revision=8382
* Greatly clean up the Makefiles and add a Makefile.inc to more obviouslyJordan K. Hubbard1995-04-011-2/+2
| | | | | | | advertise tip's choice of location and perms. Notes: svn path=/head/; revision=7547
* I must have been very sleepy last night, sigh..Jordan K. Hubbard1995-03-311-3/+9
| | | | | | | | | | 1. Nuke out the aculib files that crept in somehow by mistake. 2. Fix the ${.CURDIR} path so that this stuff actually compiles. It actually compiled for me before the commit, but I must have had something short-cutting the bug. Notes: svn path=/head/; revision=7539
* Tom Gray's new tip changes to support a modem capabilities database andJordan K. Hubbard1995-03-3117-0/+3969
fixes to many assorted bugs and misfeatures. Submitted by: Tom Gray - DCA <dcasba@rain.org> Notes: svn path=/head/; revision=7527