summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/patches/patch-ag
blob: b4bef96005fa201a042d1f73916db6256d3262ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.1.1.1 1998/11/23 17:48:23 tv Exp $

--- ifcico/ifcico.c.orig	Sun Jan  4 09:52:37 1998
+++ ifcico/ifcico.c	Sun Nov 22 16:57:51 1998
@@ -41,8 +41,6 @@
 fa_list *callall(void);
 int answer(char *);
 void mkdirs(char*);
-void setargspace(char**,char**);
-void setproctitle(char*);
 
 void usage(void)
 {
@@ -86,8 +84,6 @@
 	char *answermode=NULL,*p;
 	pid_t child,waitret;
 	int status;
-
-	setargspace(argv,envp);
 
 #if defined(HAS_SYSLOG) && defined(CICOLOG)
 	logfacility=CICOLOG;