diff options
| author | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2019-11-10 03:44:32 +0000 |
| commit | 4ef4bf0189e5e736a37f9ead9beaaa8e1cd1f9fb (patch) | |
| tree | 0b82394b9b244b8f3a588afe3b96177c08ff98eb /src/asprintf.c | |
| parent | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (diff) | |
Notes
Diffstat (limited to 'src/asprintf.c')
| -rw-r--r-- | src/asprintf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/asprintf.c b/src/asprintf.c index 30852d2b3b00..2d14e8074f23 100644 --- a/src/asprintf.c +++ b/src/asprintf.c @@ -2,7 +2,7 @@ * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; * maintained 1995-present by Christos Zoulas and others. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -12,7 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -29,7 +29,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: asprintf.c,v 1.4 2010/07/21 16:47:17 christos Exp $") +FILE_RCSID("@(#)$File: asprintf.c,v 1.5 2018/09/09 20:33:28 christos Exp $") #endif int asprintf(char **ptr, const char *fmt, ...) |
