summaryrefslogtreecommitdiff
path: root/sysutils/whowatch
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-11 23:49:04 +0000
committeritojun <itojun@pkgsrc.org>2000-08-11 23:49:04 +0000
commitbae26bb393a57f57072b2465f052df824d1d74b3 (patch)
tree8db2476d579c02abe995ee86f3457efb7e2e7910 /sysutils/whowatch
parentc4c7f7d0266a525e37ce0c28b66072dbfa348eb8 (diff)
downloadpkgsrc-bae26bb393a57f57072b2465f052df824d1d74b3.tar.gz
correct typo in comment
Diffstat (limited to 'sysutils/whowatch')
-rw-r--r--sysutils/whowatch/files/patch-sum4
-rw-r--r--sysutils/whowatch/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/whowatch/files/patch-sum b/sysutils/whowatch/files/patch-sum
index 6254a22ef77..97ead475eaf 100644
--- a/sysutils/whowatch/files/patch-sum
+++ b/sysutils/whowatch/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 2000/08/11 23:47:51 itojun Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/11 23:49:04 itojun Exp $
-MD5 (patch-ab) = 25fd35fb9de953b7d1268f5e452e0314
+MD5 (patch-ab) = 2efbede552652f0ef692c5ef3f0efc98
MD5 (patch-ac) = bdb96f44d469dc9b1b626b9b3870f33c
diff --git a/sysutils/whowatch/patches/patch-ab b/sysutils/whowatch/patches/patch-ab
index a9ff1147ea1..1feac1b3f85 100644
--- a/sysutils/whowatch/patches/patch-ab
+++ b/sysutils/whowatch/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2000/08/11 23:47:51 itojun Exp $
+$NetBSD: patch-ab,v 1.2 2000/08/11 23:49:06 itojun Exp $
BSD curses: use strlen(s) on waddnstr(w, s, 0)
-ncurses: pirnt nothing on waddnstr(w, s, 0)
+ncurses: print nothing on waddnstr(w, s, 0)
the code assumes ncurses behavior. be explicit about the requirement.
--- screen.c- Fri Aug 11 22:05:43 2000
+++ screen.c Fri Aug 11 22:06:00 2000