2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00

Add __unused to rcsids

This commit is contained in:
Todd C. Miller
2005-01-27 15:42:30 +00:00
parent c2dad169fe
commit 3b8b88407f
57 changed files with 76 additions and 63 deletions

View File

@@ -56,7 +56,7 @@
#include "sudo.h"
#ifndef lint
static const char rcsid[] = "$Sudo$";
__unused static const char rcsid[] = "$Sudo$";
#endif /* lint */
static void do_syslog __P((int, char *));