summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ftok.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
| | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
* Delete some unnecessary #includesguenther2014-11-151-2/+1
|
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansification; checked by pvalderaadt2003-06-111-4/+2
|
* ftok() takes int id; xpgderaadt1998-11-151-7/+3
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Use correct prototype in the presense of __STDC__tholo1996-03-251-0/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+50