make sudoers a conffile, update postinsts to reflect that
[debian/sudo] / getprogname.c
index 5cb6f59768bd2ca758443fb4c5d369419606fe44..f269405d0cdb271031de0e5e4565d29ea39b2e3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2003-2005 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
 #include <stdio.h>
 #include <string.h>
 
-#include "config.h"
-
-#ifndef lint
-static const char rcsid[] = "$Sudo: getprogname.c,v 1.4 2004/06/03 20:21:07 millert Exp $";
-#endif /* lint */
+#include <config.h>
+#include <compat.h>
 
 const char *
 getprogname()