diff options
author | 1999-10-29 08:58:43 +0000 | |
---|---|---|
committer | 1999-10-29 08:58:43 +0000 | |
commit | 893bfa2f511d1ea553e85f1050ae660cfd9c89f5 (patch) | |
tree | f6a8db47960e9c091ea8b7cb56974950e9edd519 | |
parent | writen->written (diff) | |
download | wireguard-openbsd-893bfa2f511d1ea553e85f1050ae660cfd9c89f5.tar.xz wireguard-openbsd-893bfa2f511d1ea553e85f1050ae660cfd9c89f5.zip |
writen
-rw-r--r-- | usr.bin/top/machine.c | 4 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/func.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 783bef81f29..af2c057366e 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machine.c,v 1.16 1999/06/21 20:48:01 art Exp $ */ +/* $OpenBSD: machine.c,v 1.17 1999/10/29 08:58:43 todd Exp $ */ /* * top - a top users display for Unix @@ -844,7 +844,7 @@ pid_t pid; #ifdef DOSWAP /* - * swapmode is rewriten by Tobias Weingartner <weingart@openbsd.org> + * swapmode is rewritten by Tobias Weingartner <weingart@openbsd.org> * to be based on the new swapctl(2) system call. */ static int diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c index 0e4b451b4f1..8562fa4a47a 100644 --- a/usr.bin/xlint/lint1/func.c +++ b/usr.bin/xlint/lint1/func.c @@ -1,4 +1,4 @@ -/* $OpenBSD: func.c,v 1.2 1996/06/26 05:44:13 deraadt Exp $ */ +/* $OpenBSD: func.c,v 1.3 1999/10/29 09:01:00 todd Exp $ */ /* $NetBSD: func.c,v 1.7 1995/10/02 17:31:40 jpo Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: func.c,v 1.2 1996/06/26 05:44:13 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: func.c,v 1.3 1999/10/29 09:01:00 todd Exp $"; #endif #include <stdlib.h> @@ -106,7 +106,7 @@ pos_t prflpos; pos_t scflpos; /* - * Are both plibflg and llibflg set, prototypes are writen as function + * Are both plibflg and llibflg set, prototypes are written as function * definitions to the output file. */ int plibflg; |