diff options
author | 2014-07-11 07:51:48 +0000 | |
---|---|---|
committer | 2014-07-11 07:51:48 +0000 | |
commit | c99234baa886f0df3ee52f38f17b9cc4372e2702 (patch) | |
tree | 6a155f98e52709895141ce5bb9e56f64b1e45585 | |
parent | The signal to tell init to power-off the system is SIGUSR2, not USR1 (diff) | |
download | wireguard-openbsd-c99234baa886f0df3ee52f38f17b9cc4372e2702.tar.xz wireguard-openbsd-c99234baa886f0df3ee52f38f17b9cc4372e2702.zip |
clarify a comment about readlink. from Doug Hogan
-rw-r--r-- | bin/pax/ftree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 0d02f8e373f..f468d82d309 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftree.c,v 1.31 2014/05/24 18:51:00 guenther Exp $ */ +/* $OpenBSD: ftree.c,v 1.32 2014/07/11 07:51:48 tedu Exp $ */ /* $NetBSD: ftree.c,v 1.4 1995/03/21 09:07:21 cgd Exp $ */ /*- @@ -477,7 +477,7 @@ next_file(ARCHD *arcn) } /* * set link name length, watch out readlink does not - * always NUL terminate the link path + * NUL terminate the link path */ arcn->ln_name[cnt] = '\0'; arcn->ln_nlen = cnt; |