patch-log_c 472 B

12345678910111213
  1. $OpenBSD: patch-log_c,v 1.1.1.1 2001/06/16 14:56:26 lebel Exp $
  2. --- log.c.orig Fri Jun 15 18:36:47 2001
  3. +++ log.c Fri Jun 15 18:36:55 2001
  4. @@ -137,7 +137,7 @@ char *oslookup(int window, int ttl, int
  5. FILE *osprints;
  6. static char line[80], *oswin, *osttl, *osdf, *os, hexed[10];
  7. static int check = 0;
  8. - osprints = fopen("osprints.conf","r");
  9. + osprints = fopen(SYSCONFDIR "/osprints.conf","r");
  10. if(!osprints) {
  11. perror("Unable to find osprints.conf\n");