]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove now unused sysloglike define.
authorRoy Marples <roy@marples.name>
Tue, 16 Jan 2018 17:27:49 +0000 (17:27 +0000)
committerRoy Marples <roy@marples.name>
Tue, 16 Jan 2018 17:27:49 +0000 (17:27 +0000)
src/common.h

index f309a33e84c48d7018b0d6a23f7cace10735924a..fe9deb85e8e03a9746ce065434127cc3948d0441 100644 (file)
 # ifndef __packed
 #  define __packed __attribute__((__packed__))
 # endif
-# ifndef __sysloglike
-#  ifndef __syslog_attribute_
-#    define __syslog__ __printf__
-#  endif
-#  define __sysloglike(a, b) __attribute__((format(__syslog__, a, b)))
-# endif
 # ifndef __unused
 #  define __unused __attribute__((__unused__))
 # endif
 # ifndef __packed
 #  define __packed
 # endif
-# ifndef __sysloglike
-#  define __sysloglike
-# endif
 # ifndef __unused
 #  define __unused
 # endif