summaryrefslogtreecommitdiff
path: root/pkgtools/ftp/patches/patch-ab
blob: ae0e600f885d9b7c71c2a4faef7bf640c330bc3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1 1998/09/30 10:27:54 hubertf Exp $

NetBSD 1.3.2 doesn't have CC_REFRESH_BEEP.

--- complete.c	1998/09/29 15:27:45	1.1
+++ complete.c	1998/09/29 15:28:54
@@ -71,6 +71,10 @@
 	return (strcmp(*(char **)a, *(char **)b));
 }
 
+#ifndef CC_REFRESH_BEEP
+#define CC_REFRESH_BEEP	9
+#endif
+
 /*
  * Determine if complete is ambiguous. If unique, insert.
  * If no choices, error. If unambiguous prefix, insert that.