diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-02-13 20:48:50 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-02-13 20:48:50 +0000 |
commit | 041d064584a4f8379bb8006dfee7253e2737a7f8 (patch) | |
tree | 8ccdb73d7286788e9985d2c0bf17551aa05fd149 /usr.bin/aucat/abuf.c | |
parent | 7af5c212c5ca44f9e7b10be24718d77b7ae4dd29 (diff) |
style and typos fixes from Thomas Pfaff
Diffstat (limited to 'usr.bin/aucat/abuf.c')
-rw-r--r-- | usr.bin/aucat/abuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/abuf.c b/usr.bin/aucat/abuf.c index 47ff12add88..3fcac3f0ef2 100644 --- a/usr.bin/aucat/abuf.c +++ b/usr.bin/aucat/abuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.c,v 1.10 2009/01/23 17:38:15 ratchov Exp $ */ +/* $OpenBSD: abuf.c,v 1.11 2009/02/13 20:48:49 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -32,10 +32,10 @@ * ease pipe/socket implementation */ #include <err.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stdarg.h> #include "conf.h" #include "aparams.h" |