summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getcap.c
Commit message (Collapse)AuthorAgeFilesLines
* Change L_SET to SEEK_SET for POSIX compliance.jdp1997-10-261-1/+1
| | | | Submitted by: Dean Gaudet <dgaudet@arctic.org>
* Many places in the code NULL is used in integer context, wherephk1997-09-181-1/+1
| | | | | | | | | 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>
* Minor cleanup, mostly unused vars and missing #includes.phk1995-10-221-3/+0
|
* Remove trailing whitespace.rgrimes1995-05-301-27/+27
|
* Parse ^? now, our termcap use it and some termcaps from otherache1995-05-141-1/+5
| | | | systems use it too
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+1048
OpenPOWER on IntegriCloud