This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
263ed6747c
NetBSD
/
sbin
/
dkctl
History
martin
eb1ff84c33
Until timeval.tv_sec becomes a time_t, we can't pass a pointer to
...
it to ctime(). tv_sec is long, while time_t is int on some archs.
2003-04-16 13:32:58 +00:00
..
Makefile
dkctl(8) -- a program to manupulate disks. It currently supports
2002-01-09 22:30:14 +00:00
dkctl.8
New sentence, new line.
2003-04-16 13:05:01 +00:00
dkctl.c
Until timeval.tv_sec becomes a time_t, we can't pass a pointer to
2003-04-16 13:32:58 +00:00