This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
usr.sbin
/
timed
/
timedc
History
Kevin Lo
a3a2bf4b67
fgets(3) returns a pointer, so compare against NULL, not integer 0.
2012-01-13 06:51:15 +00:00
..
cmds.c
In usr.sbin/timed, fix several issues with printf formats:
2011-12-19 18:08:31 +00:00
cmdtab.c
…
extern.h
…
Makefile
…
timedc.8
…
timedc.c
fgets(3) returns a pointer, so compare against NULL, not integer 0.
2012-01-13 06:51:15 +00:00
timedc.h
…