freebsd-dev/sbin/mount_std
Bruce Evans eaa86f9d7f Don't use __dead or __pure in user code. They were obfuscations
for gcc >= 2.5 and no-ops for gcc >= 2.6.  Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
..
Makefile Get rid of the last vestiges of the old MOUNT_* constants in the 1996-05-13 17:43:19 +00:00
mount_devfs.8 Use the .Fx macro where appropriate. 1996-08-23 00:57:08 +00:00
mount_fdesc.8 Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
mount_kernfs.8 Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
mount_procfs.8 Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
mount_std.8 Use the .Fx macro where appropriate. 1996-08-23 00:57:08 +00:00
mount_std.c Don't use __dead or __pure in user code. They were obfuscations 1996-09-14 03:00:32 +00:00