diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-15 21:05:58 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-07-15 21:05:58 +0000 |
commit | 48090618bf8d65e520ac1339a9d8a0ed0a01c8ba (patch) | |
tree | 1904bd82cdc42206d87dc4a113babad799b718bc /gnu/usr.bin/ld/ldd | |
parent | 2ae2d5c3a0352f33f2702ed4d00cba288eeca040 (diff) |
space to tab cleanup. Nothing but whitespace changes in this commit.
Diffstat (limited to 'gnu/usr.bin/ld/ldd')
-rw-r--r-- | gnu/usr.bin/ld/ldd/ldd.c | 4 | ||||
-rw-r--r-- | gnu/usr.bin/ld/ldd/scanlib.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/ldd/ldd.c b/gnu/usr.bin/ld/ldd/ldd.c index 116a1d718a9..3d78cacb26b 100644 --- a/gnu/usr.bin/ld/ldd/ldd.c +++ b/gnu/usr.bin/ld/ldd/ldd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldd.c,v 1.9 2001/10/25 22:22:22 espie Exp $ */ +/* $OpenBSD: ldd.c,v 1.10 2002/07/15 21:05:57 marc Exp $ */ /* $NetBSD: ldd.c,v 1.12 1995/10/09 00:14:41 pk Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -14,7 +14,7 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This product includes software developed by Paul Kranenburg. + * This product includes software developed by Paul Kranenburg. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission * diff --git a/gnu/usr.bin/ld/ldd/scanlib.c b/gnu/usr.bin/ld/ldd/scanlib.c index cd34da747d6..f9d0557dd33 100644 --- a/gnu/usr.bin/ld/ldd/scanlib.c +++ b/gnu/usr.bin/ld/ldd/scanlib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scanlib.c,v 1.2 2001/10/25 22:22:22 espie Exp $ */ +/* $OpenBSD: scanlib.c,v 1.3 2002/07/15 21:05:57 marc Exp $ */ /* * Copyright (c) 2001 Marc Espie. @@ -87,7 +87,7 @@ scan_library(fd, hdr, name, fmt1, fmt2) if (sdt.sdt_sods) { struct sod sod; - off_t offset; + off_t offset; char entry[MAXPATHLEN]; for (offset = sdt.sdt_sods; offset != 0; |