summaryrefslogtreecommitdiffstats
path: root/sys/netccitt/hd_output.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
| | | | | | | to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@.
* de-register. deraadt okitojun2003-12-101-11/+11
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-13/+1
| | | | the ANSI way.
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-4/+4
|
* From NetBSD: 960217 mergeniklas1996-03-041-81/+117
|
* initial import of NetBSD treederaadt1995-10-181-0/+249