diff options
author | 1998-03-18 20:36:34 +0000 | |
---|---|---|
committer | 1998-03-18 20:36:34 +0000 | |
commit | 00142dec77a34a6d167ba4c08939cc1436a4cd3e (patch) | |
tree | ccb1f88d7d3bf626c39bb07d80c450098aa7a4ef /lib/libc/sys/intro.2 | |
parent | fix formatting of ddb.console and ddb.panic (diff) | |
download | wireguard-openbsd-00142dec77a34a6d167ba4c08939cc1436a4cd3e.tar.xz wireguard-openbsd-00142dec77a34a6d167ba4c08939cc1436a4cd3e.zip |
include errno.h not sys/errno.h for int errno
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r-- | lib/libc/sys/intro.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index adef4addd88..5b522ec8ac5 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -40,7 +40,7 @@ .Nm intro .Nd introduction to system calls and error numbers .Sh SYNOPSIS -.Fd #include <sys/errno.h> +.Fd #include <errno.h> .Sh DESCRIPTION This section provides an overview of the system calls, their error returns, and other common definitions and concepts. |