aboutsummaryrefslogtreecommitdiffstats
path: root/cups/testsnmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/testsnmp.c')
-rw-r--r--cups/testsnmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/testsnmp.c b/cups/testsnmp.c
index 4026a28b..9e168ab7 100644
--- a/cups/testsnmp.c
+++ b/cups/testsnmp.c
@@ -1,7 +1,7 @@
/*
* SNMP test program for CUPS.
*
- * Copyright 2008-2014 by Apple Inc.
+ * Copyright 2008-2018 by Apple Inc.
*
* These coded instructions, statements, and computer programs are the
* property of Apple Inc. and are protected by Federal copyright
@@ -27,7 +27,7 @@
static void print_packet(cups_snmp_t *packet, void *data);
static int show_oid(int fd, const char *community,
http_addr_t *addr, const char *s, int walk);
-static void usage(void) __attribute__((noreturn));
+static void usage(void) _CUPS_NORETURN;
/*