]> git.gag.com Git - debian/sudo/blobdiff - strlcpy.c
Imported Upstream version 1.6.9p6
[debian/sudo] / strlcpy.c
index 6350b7bcd4c58ae09a7372542522857fa9118f2e..d7883c0802f8e1ad329642885088431947f0cb4a 100644 (file)
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -1,7 +1,7 @@
 /*     $OpenBSD: strlcpy.c,v 1.5 2001/05/13 15:40:16 deraadt Exp $     */
 
 /*
- * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 1998, 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 <sys/types.h>
 
-#include "config.h"
+#include <config.h>
+#include <compat.h>
 
 #ifndef lint
-static const char rcsid[] = "$Sudo: strlcpy.c,v 1.4 2004/02/14 15:13:57 aaron Exp $";
+__unused static const char rcsid[] = "$Sudo: strlcpy.c,v 1.4.2.2 2007/06/12 01:28:42 millert Exp $";
 #endif /* lint */
 
 /*