diff options
author | Ed Maste <emaste@FreeBSD.org> | 2013-04-23 13:33:13 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2013-04-23 13:33:13 +0000 |
commit | 1d8053c5c04e7977f9086d277ed79890a7a59720 (patch) | |
tree | 75417143cc8ab030c6159407d0b0cee1d50fc44c /lib/libc/stdio/vprintf.c | |
parent | 61f75c4945a9e2003eb9346b2937f8f13d5f9806 (diff) | |
download | src-1d8053c5c04e7977f9086d277ed79890a7a59720.tar.gz src-1d8053c5c04e7977f9086d277ed79890a7a59720.zip |
Renumber clauses to reduce diffs to other versions
NetBSD, OpenBSD, and Android's Bionic all number the clauses 1 through 3,
so follow suit to make comparison easier.
Acked-by: imp@
Notes
Notes:
svn path=/head/; revision=249808
Diffstat (limited to 'lib/libc/stdio/vprintf.c')
-rw-r--r-- | lib/libc/stdio/vprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index c15ef4d6cc77..f98f1107c872 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -18,7 +18,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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |