diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-24 01:03:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-24 01:03:46 +0000 |
commit | 4e799dc5f6080095a7b2e1d55267e5771c94e87f (patch) | |
tree | 377ca147db5ac0fb447c2b0ca6e04b5fcaa6dc81 /lib/libc | |
parent | 6704851173a25ce160e7f8b86a5ebdbca9a5f07c (diff) |
also need sys/stat.h; hubertf
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/devname.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/devname.3 b/lib/libc/gen/devname.3 index 54ad4c3fbfc..4b394691775 100644 --- a/lib/libc/gen/devname.3 +++ b/lib/libc/gen/devname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: devname.3,v 1.2 1996/08/19 08:22:16 tholo Exp $ +.\" $OpenBSD: devname.3,v 1.3 1997/12/24 01:03:45 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,6 +38,7 @@ .Nm devname .Nd get device name .Sh SYNOPSIS +.Fd #include <sys/stat.h> .Fd #include <stdlib.h> .Ft char * .Fn devname "dev_t dev" "mode_t type" |