$NetBSD: patch-af,v 1.1 1999/02/10 22:31:56 jwise Exp $

*** icb/c_log.c.orig	Fri Feb 24 16:20:18 1995
--- icb/c_log.c	Wed Feb 10 17:06:17 1999
***************
*** 6,11 ****
--- 6,12 ----
  #include "icb.h"
  #include "externs.h"
  #include <time.h>
+ #include <errno.h>
  
  FILE *logfp = NULL;
  
***************
*** 45,52 ****
  	time_t time();
  	struct tm *t, *localtime();
  	time_t clock;
- 	extern int errno, sys_nerr;
- 	extern char *sys_errlist[];
  
  	/* determine pathname to use */
  	if (path == NULL || *path == '\0')
--- 46,51 ----
