[patch] rbootd warning fix

From: Pawel Worach <pawel.worach_at_telia.com>
Date: Fri, 20 Aug 2004 22:05:14 +0200
Hi,

Small patch to make gcc more quiet.

/usr/src/libexec/rbootd/rbootd.c:154:35: warning: trigraph ??) ignored, 
use -trigraphs to enable

Index: libexec/rbootd/rbootd.c
===================================================================
RCS file: /export/ctm/cvs/src/libexec/rbootd/rbootd.c,v
retrieving revision 1.13
diff -u -r1.13 rbootd.c
--- libexec/rbootd/rbootd.c     7 Feb 2002 23:57:00 -0000       1.13
+++ libexec/rbootd/rbootd.c     20 Aug 2004 18:08:58 -0000
_at__at_ -151,7 +151,7 _at__at_
                 char *errmsg;

                 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) {
-                       syslog(LOG_NOTICE, "restarted (??)");
+                       syslog(LOG_NOTICE, "restarted (?)");
                         /* BpfGetIntfName() returns safe names, using %m */
                         syslog(LOG_ERR, "%s", errmsg);
                         Exit(0);

-- 
Pawel
Received on Fri Aug 20 2004 - 18:05:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:07 UTC