diff options
author | 2002-02-24 04:23:15 +0000 | |
---|---|---|
committer | 2002-02-24 04:23:15 +0000 | |
commit | 573a40a30bdad75d60c59faff0ed9f7f40efffb0 (patch) | |
tree | 1e4f2312ea66f3d9e31ed6c03a0279ec86066dc9 | |
parent | bad doug, bad bad bad doug; zyrnix@users.sourceforge.net (diff) | |
download | wireguard-openbsd-573a40a30bdad75d60c59faff0ed9f7f40efffb0.tar.xz wireguard-openbsd-573a40a30bdad75d60c59faff0ed9f7f40efffb0.zip |
sys/types.h is needed as well.
-rw-r--r-- | lib/libc/posix1e/extattr.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/posix1e/extattr.3 b/lib/libc/posix1e/extattr.3 index 8a19b4bec4d..ca2599d963f 100644 --- a/lib/libc/posix1e/extattr.3 +++ b/lib/libc/posix1e/extattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattr.3,v 1.3 2002/02/23 19:26:20 fgsch Exp $ +.\" $OpenBSD: extattr.3,v 1.4 2002/02/24 04:23:15 fgsch Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org> .\" All rights reserved. @@ -35,6 +35,7 @@ .Nd convert an extended attribute namespace identifier to a string and vice versa .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/extattr.h> .Ft int .Fn extattr_namespace_to_string "int attrnamespace" "char **string" |