summaryrefslogtreecommitdiffstats
path: root/libexec/talkd/table.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't assign 'ptr' without using it.delphij2015-08-301-1/+0
| | | | | Reported by: clang static analyzer MFC after: 2 weeks
* Remove the 3rd clause ("advertising clause") of the BSD license asbrueffer2014-02-171-5/+1
| | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week
* More -Wmissing-variable-declarations fixes.ed2012-10-201-3/+2
| | | | | | | | | | In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h.
* Remove unneeded use of struct timezone.ed2010-08-081-4/+3
| | | | | We can safely call gettimeofday() without passing a struct timezone. We're not using it at all.
* MFp4 @27667: WARNS=5 cleanup on i386.jmallett2003-04-031-1/+2
| | | | | | | | | | | | | | | | | | | Remove the unused FILE\ *tf from print_mesg args, and the bogus passing in of an uninitialised FILE* for it. Call a timeval 'now' instead of 'clock' due to shadowing. Remove a nested localtime declaration. Make the delete invite argument match the ID type, u_int32_t. Use const for pointers to const items. Cast to long where printing as such. Include netinet/in.h for htonl/htons. Reviewed by: imp
* o Move externs to extern.himp2002-02-051-23/+15
| | | | | | | | o Use new-style prototypes exclusively rather than the old foo() style. o Use new-style function definitions. o remove register o make functions passed to signal have the right signature. o do minor const poisoning.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Add protos for -Wall.charnier1997-12-021-4/+14
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+233
OpenPOWER on IntegriCloud