mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
$NetBSD: patch-am,v 1.1 2006/03/21 17:30:00 yyamano Exp $
|
|
|
|
--- refer/command.cc.orig 1995-06-22 16:42:04.000000000 +0900
|
|
+++ refer/command.cc
|
|
@@ -631,7 +631,7 @@ a single field,
|
|
? means that the previous argument is optional, * means that the
|
|
previous argument can occur any number of times. */
|
|
|
|
-struct {
|
|
+static struct {
|
|
const char *name;
|
|
command_t func;
|
|
const char *arg_types;
|