including sys/cdefs.h manually started as a result of netbsd trying to
authorderaadt <deraadt@openbsd.org>
Mon, 13 Dec 2021 18:28:39 +0000 (18:28 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 13 Dec 2021 18:28:39 +0000 (18:28 +0000)
macro-build a replacement for sccsid, and was done without any concern
for namespace damage.  Unfortunately this practice started infecting
other code as others were unaware they didn't need the file.
ok millert guenther

31 files changed:
lib/libc/arch/aarch64/gen/fpgetround.c
lib/libc/arch/aarch64/gen/fpgetsticky.c
lib/libc/arch/aarch64/gen/fpsetround.c
lib/libc/arch/aarch64/gen/fpsetsticky.c
libexec/ld.so/sparc64/SYS.h
sbin/dhclient/log.h
sbin/dhcpleased/log.h
sbin/slaacd/log.h
sbin/unwind/log.h
usr.bin/fgen/fgen.l
usr.sbin/dhcpd/log.h
usr.sbin/dhcrelay/log.h
usr.sbin/dhcrelay6/log.h
usr.sbin/dvmrpd/log.h
usr.sbin/eigrpd/log.h
usr.sbin/ifstated/log.h
usr.sbin/iscsid/log.h
usr.sbin/ldapd/log.h
usr.sbin/lpd/log.h
usr.sbin/ntpd/log.h
usr.sbin/ospf6d/log.h
usr.sbin/ospfd/log.h
usr.sbin/rad/log.h
usr.sbin/radiusd/imsg_subr.h
usr.sbin/radiusd/log.h
usr.sbin/radiusd/radiusd_module.h
usr.sbin/radiusd/util.h
usr.sbin/ripd/log.h
usr.sbin/smtpd/log.h
usr.sbin/syslogd/log.h
usr.sbin/vmd/vmd.c

index 046ebe4..058fa8f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpgetround.c,v 1.2 2017/03/22 07:32:34 guenther Exp $ */
+/*     $OpenBSD: fpgetround.c,v 1.3 2021/12/13 18:28:39 deraadt Exp $  */
 /*
  * Copyright (C) 2014 Andrew Turner
  * All rights reserved.
@@ -26,8 +26,6 @@
  *
  */
 
-#include <sys/cdefs.h>
-
 #include <sys/types.h>
 #include <ieeefp.h>
 
index 852e97e..723f615 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpgetsticky.c,v 1.1 2017/01/11 18:09:24 patrick Exp $ */
+/*     $OpenBSD: fpgetsticky.c,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */
 /*
  * Copyright (C) 2014 Andrew Turner
  * All rights reserved.
@@ -26,8 +26,6 @@
  *
  */
 
-#include <sys/cdefs.h>
-
 #include <sys/types.h>
 #include <ieeefp.h>
 
index ff36af0..0eba154 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpsetround.c,v 1.2 2017/03/22 07:32:34 guenther Exp $ */
+/*     $OpenBSD: fpsetround.c,v 1.3 2021/12/13 18:28:39 deraadt Exp $  */
 /*
  * Copyright (C) 2014 Andrew Turner
  * All rights reserved.
@@ -26,8 +26,6 @@
  *
  */
 
-#include <sys/cdefs.h>
-
 #include <sys/types.h>
 #include <ieeefp.h>
 
index 7a4994f..592b777 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: fpsetsticky.c,v 1.1 2017/01/11 18:09:24 patrick Exp $ */
+/*     $OpenBSD: fpsetsticky.c,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */
 /*
  * Copyright (C) 2014 Andrew Turner
  * All rights reserved.
@@ -26,8 +26,6 @@
  *
  */
 
-#include <sys/cdefs.h>
-
 #include <sys/types.h>
 #include <ieeefp.h>
 
index 7021cf6..eab599c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: SYS.h,v 1.1 2017/08/27 21:59:52 deraadt Exp $ */
+/*     $OpenBSD: SYS.h,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */
 /*     $NetBSD: rtld_start.S,v 1.5 2001/08/14 22:17:48 eeh Exp $       */
 
 /*
@@ -64,7 +64,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <sys/cdefs.h>
+#include <sys/types.h>
 #include <sys/syscall.h>
 #include <machine/trap.h>
 #include <machine/asm.h>
index 62365de..fc64312 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2017/02/12 13:15:50 krw Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:39 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index eb79107..d638e72 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.2 2021/06/18 11:44:48 florian Exp $ */
+/*     $OpenBSD: log.h,v 1.3 2021/12/13 18:28:39 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -19,7 +19,6 @@
 #ifndef LOG_H
 #define LOG_H
 
-#include <sys/cdefs.h>
 #include <stdarg.h>
 #include <stdlib.h>
 
index 6657ba6..8e1d7a7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.2 2017/07/06 15:02:53 florian Exp $ */
+/*     $OpenBSD: log.h,v 1.3 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 #ifndef        SMALL
 void   log_init(int, int);
index 9fc959a..42111b6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2019/03/01 08:02:25 florian Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 /* XXX libunbound has these, too. It is easier to redefine them here for now */
 #define        log_init(n_debug, facility)     uw_log_init(n_debug, facility)
index 3d72e4d..8941d43 100644 (file)
@@ -1,5 +1,5 @@
 %{
-/*     $OpenBSD: fgen.l,v 1.13 2020/03/24 07:00:40 otto Exp $  */
+/*     $OpenBSD: fgen.l,v 1.14 2021/12/13 18:28:40 deraadt Exp $       */
 /*     $NetBSD: fgen.l,v 1.37 2016/03/08 20:13:44 christos Exp $       */
 /* FLEX input for FORTH input file scanner */
 /*  
@@ -37,7 +37,6 @@
            }
            #define TOKEN struct tok
 */
-#include <sys/cdefs.h>
 
 %}
 
index ff240f3..0fa046f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2017/02/13 19:13:14 krw Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index 51ebf6e..0fa046f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2017/02/13 19:15:39 krw Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index ccb75bb..e18f3fa 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2017/03/17 14:45:16 rzalamena Exp $        */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $  */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index fcf54d9..03461db 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.4 2016/09/02 16:20:34 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.5 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 extern const char      *log_procname;
 
index 62824ab..876cecb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.5 2016/09/02 17:59:58 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.6 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 extern const char      *log_procname;
 
index 112f2e9..0fa046f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2017/06/18 12:03:47 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index abd9984..acd5d2f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.5 2017/01/23 08:40:07 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.6 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 extern const char      *log_procname;
 
index d711a3d..eba62fc 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.2 2018/05/15 11:19:21 reyk Exp $ */
+/*     $OpenBSD: log.h,v 1.3 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -17,7 +17,6 @@
  */
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index 6f6b30e..ff0e862 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1.1.1 2018/04/27 16:14:36 eric Exp $        */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index c3221c3..5d7a692 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.5 2019/06/27 15:18:42 otto Exp $ */
+/*     $OpenBSD: log.h,v 1.6 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 #define LOG_TO_STDERR  (1<<0)
 #define LOG_TO_SYSLOG  (1<<1)
index a29cc7d..ef16716 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.12 2017/08/12 16:27:50 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.13 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index 8bba629..c3b4bb3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.10 2017/01/24 04:24:25 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.11 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index 317b331..0fa046f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.1 2018/07/10 16:39:54 florian Exp $ */
+/*     $OpenBSD: log.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index 01580c4..653e63b 100644 (file)
@@ -1,11 +1,10 @@
-/*     $OpenBSD: imsg_subr.h,v 1.1 2015/07/21 04:06:04 yasuoka Exp $   */
+/*     $OpenBSD: imsg_subr.h,v 1.2 2021/12/13 18:28:40 deraadt Exp $   */
 
 #ifndef _IMSG_SUBR_H
 #define _IMSG_SUBR_H
 
 struct imsgbuf;
 
-#include <sys/cdefs.h>
 __BEGIN_DECLS
 
 int     imsg_sync_read(struct imsgbuf *, int);
index 66f1e80..84929ae 100644 (file)
@@ -1,9 +1,8 @@
-/*     $OpenBSD: log.h,v 1.2 2019/03/31 03:53:42 yasuoka Exp $ */
+/*     $OpenBSD: log.h,v 1.3 2021/12/13 18:28:40 deraadt Exp $ */
 
 #ifndef _LOG_H
 #define        _LOG_H  1
 
-#include <sys/cdefs.h>
 #include <stdarg.h>    /* for va_list */
 
 extern int log_debug_use_syslog;
index 9884e57..647cfcf 100644 (file)
@@ -46,7 +46,6 @@ struct module_handlers {
                        goto syntax_error;                      \
                }                                               \
        } while (0 /* CONSTCOND */)
-#include <sys/cdefs.h>
 
 __BEGIN_DECLS
 
index bc6103b..e25dae4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: util.h,v 1.2 2015/08/27 01:02:35 yasuoka Exp $        */
+/*     $OpenBSD: util.h,v 1.3 2021/12/13 18:28:40 deraadt Exp $        */
 
 #ifndef RADIUSD_UTIL_H
 #define        RADIUSD_UTIL_H
@@ -20,7 +20,6 @@
 
 #include <sys/socket.h>        /* for struct sockaddr */
 #include <netdb.h>     /* for struct addrinfo */
-#include <sys/cdefs.h>
 
 __BEGIN_DECLS
 
index 9250fab..a1392ce 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.6 2016/09/02 14:07:52 benno Exp $ */
+/*     $OpenBSD: log.h,v 1.7 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 extern const char      *log_procname;
 
index 22bb416..66db31f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.8 2018/04/26 20:57:59 eric Exp $    */
+/*     $OpenBSD: log.h,v 1.9 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,7 +20,6 @@
 #define LOG_H
 
 #include <stdarg.h>
-#include <sys/cdefs.h>
 
 void   log_init(int, int);
 void   log_procinit(const char *);
index c7c6c9b..45b045e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: log.h,v 1.3 2017/04/28 14:52:13 bluhm Exp $   */
+/*     $OpenBSD: log.h,v 1.4 2021/12/13 18:28:40 deraadt Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -20,8 +20,6 @@
 #ifndef LOG_H
 #define LOG_H
 
-#include <sys/cdefs.h>
-
 #include <stdarg.h>
 
 void   log_init(int, int);
index f2c419f..9407c0f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vmd.c,v 1.127 2021/11/29 05:17:35 deraadt Exp $       */
+/*     $OpenBSD: vmd.c,v 1.128 2021/12/13 18:28:40 deraadt Exp $       */
 
 /*
  * Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -19,7 +19,6 @@
 #include <sys/types.h>
 #include <sys/queue.h>
 #include <sys/wait.h>
-#include <sys/cdefs.h>
 #include <sys/stat.h>
 #include <sys/sysctl.h>
 #include <sys/tty.h>