aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-06 12:21:37 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-12 18:23:29 +0100
commitb414466cccd3f5b21db8ce475ddc6437350e96ab (patch)
tree402b1d92358d34939fea2701acbd772c00703f9c
parent35200b55c799497f1861eed8bdb730da14f19cb2 (diff)
downloadman-pages-b414466cccd3f5b21db8ce475ddc6437350e96ab.tar.gz
unix.7: Remove spurious #include
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/unix.73
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 1c4d99678e..e295a73e62 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -978,6 +978,7 @@ $
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
+\&
#include "connection.h"
\&
int
@@ -1111,13 +1112,13 @@ main(int argc, char *argv[])
* File client.c
*/
\&
-#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
+\&
#include "connection.h"
\&
int