From df9e23bb0f41e31a09ce672c19b06cd7e23d3e92 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 11 Nov 1996 09:49:48 +0000 Subject: Slight update. --- lib/libcom_err/com_err.c | 8 ++++---- lib/libcom_err/error_message.c | 12 ++++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 0f6ff80b622..6e08993aa57 100644 --- a/lib/libcom_err/com_err.c +++ b/lib/libcom_err/com_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_err.c,v 1.1 1996/11/11 04:55:03 downsj Exp $ */ +/* $OpenBSD: com_err.c,v 1.2 1996/11/11 09:49:47 downsj Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -28,7 +28,7 @@ # include #endif -#include "kerberosIV/com_err.h" +#include "com_err.h" #include "error_table.h" /* @@ -37,7 +37,7 @@ */ #if VARARGS #define com_err com_err_external -#include "kerberosIV/com_err.h" +#include "com_err.h" #undef com_err #endif @@ -48,7 +48,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: com_err.c,v 1.1 1996/11/11 04:55:03 downsj Exp $"; + "$Id: com_err.c,v 1.2 1996/11/11 09:49:47 downsj Exp $"; #endif /* ! lint */ static void diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index 53e65732f51..e74c212a9cb 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,4 +1,4 @@ -/* $OpenBSD: error_message.c,v 1.1 1996/11/11 04:55:03 downsj Exp $ */ +/* $OpenBSD: error_message.c,v 1.2 1996/11/11 09:49:47 downsj Exp $ */ /*- * Copyright 1987, 1988 by the Student Information Processing Board @@ -23,7 +23,7 @@ #include "error_table.h" static const char rcsid[] = - "$Id: error_message.c,v 1.1 1996/11/11 04:55:03 downsj Exp $"; + "$Id: error_message.c,v 1.2 1996/11/11 09:49:47 downsj Exp $"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; @@ -44,10 +44,18 @@ error_message (code) offset = code & ((1<next) { if (et->table->base == table_num) { -- cgit v1.2.3