diff options
Diffstat (limited to 'openbsd-compat/bsd-snprintf.c')
-rw-r--r-- | openbsd-compat/bsd-snprintf.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-snprintf.c b/openbsd-compat/bsd-snprintf.c index 1c72ea61d..2f82180d1 100644 --- a/openbsd-compat/bsd-snprintf.c +++ b/openbsd-compat/bsd-snprintf.c | |||
@@ -1,3 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright Patrick Powell 1995 | ||
3 | * This code is based on code written by Patrick Powell (papowell@astart.com) | ||
4 | * It may be used for any purpose as long as this notice remains intact | ||
5 | * on all source code distributions | ||
6 | */ | ||
7 | |||
1 | /************************************************************** | 8 | /************************************************************** |
2 | * Original: | 9 | * Original: |
3 | * Patrick Powell Tue Apr 11 09:48:21 PDT 1995 | 10 | * Patrick Powell Tue Apr 11 09:48:21 PDT 1995 |
@@ -51,7 +58,7 @@ | |||
51 | 58 | ||
52 | #include "includes.h" | 59 | #include "includes.h" |
53 | 60 | ||
54 | RCSID("$Id: bsd-snprintf.c,v 1.5 2001/02/25 23:20:41 mouring Exp $"); | 61 | RCSID("$Id: bsd-snprintf.c,v 1.6 2003/04/01 11:31:56 djm Exp $"); |
55 | 62 | ||
56 | #if defined(BROKEN_SNPRINTF) /* For those with broken snprintf() */ | 63 | #if defined(BROKEN_SNPRINTF) /* For those with broken snprintf() */ |
57 | # undef HAVE_SNPRINTF | 64 | # undef HAVE_SNPRINTF |