diff options
author | 2002-06-09 22:18:43 +0000 | |
---|---|---|
committer | 2002-06-09 22:18:43 +0000 | |
commit | 6fe732651264f884a335ce03f6a6e8941660f283 (patch) | |
tree | aa16bc12e47e28add6b985d63e0df4039ee93966 /lib/libutil/uucplock.c | |
parent | pass salen to sockaddr_ntop so that we are happy on linux/solaris (diff) | |
download | wireguard-openbsd-6fe732651264f884a335ce03f6a6e8941660f283.tar.xz wireguard-openbsd-6fe732651264f884a335ce03f6a6e8941660f283.zip |
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/uucplock.c')
-rw-r--r-- | lib/libutil/uucplock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c index ff12b6360ff..bbdf1fa36c1 100644 --- a/lib/libutil/uucplock.c +++ b/lib/libutil/uucplock.c @@ -1,4 +1,4 @@ -/* * $OpenBSD: uucplock.c,v 1.9 2002/05/26 09:29:02 deraadt Exp $*/ +/* $OpenBSD: uucplock.c,v 1.10 2002/06/09 22:18:43 fgsch Exp $ */ /* * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. |