From 0afefce7b7d6ac6f7f4489b6c0b9d06f8be2f5a6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 10 Nov 2021 21:54:37 +0100 Subject: sys: remove confusing comments that fake directives It's a somewhat common mistake to write comments instead of directives: #include #define FOO BAR because that's how it's done in C. In preparation for warning about such cases remove all existing comments that fake directives. --- sys/openbsd/socket_inet6.txt | 1 - sys/openbsd/socket_unix.txt | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/openbsd') diff --git a/sys/openbsd/socket_inet6.txt b/sys/openbsd/socket_inet6.txt index 7eb456622..d2ae21cab 100644 --- a/sys/openbsd/socket_inet6.txt +++ b/sys/openbsd/socket_inet6.txt @@ -7,7 +7,6 @@ include include include include -# include include # IPv6 sockets diff --git a/sys/openbsd/socket_unix.txt b/sys/openbsd/socket_unix.txt index 770f23eb7..7fe0601dc 100644 --- a/sys/openbsd/socket_unix.txt +++ b/sys/openbsd/socket_unix.txt @@ -6,7 +6,6 @@ include include include -# include resource sock_unix[sock] -- cgit mrf-deployment