update changelog
[debian/sudo] / strerror.c
index 8056df95094e228e69fcb7d0ed3048932e2be4e0..cacd3f634e1d2d48f2b9cc0362937ad6d6854cae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2001 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1999-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 <errno.h>
 
-#include "config.h"
-
-#ifndef lint
-static const char rcsid[] = "$Sudo: strerror.c,v 1.8 2004/02/13 21:36:43 millert Exp $";
-#endif /* lint */
+#include <config.h>
+#include <compat.h>
 
 /*
  * Map errno -> error string.