[svn] commit: r944 - /branches/each-ds/src/lib/dns/cpp/dnstime.h

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 24 02:48:15 UTC 2010


Author: each
Date: Wed Feb 24 02:48:15 2010
New Revision: 944

Log:
wrong macro name

Modified:
    branches/each-ds/src/lib/dns/cpp/dnstime.h

Modified: branches/each-ds/src/lib/dns/cpp/dnstime.h
==============================================================================
--- branches/each-ds/src/lib/dns/cpp/dnstime.h (original)
+++ branches/each-ds/src/lib/dns/cpp/dnstime.h Wed Feb 24 02:48:15 2010
@@ -14,8 +14,8 @@
 
 // $Id$
 
-#ifndef __DNSSEC_TIME_H
-#define __DNSSEC_TIME_H 1
+#ifndef __DNSTIME_H
+#define __DNSTIME_H 1
 
 #include <sys/types.h>
 #include <stdint.h>
@@ -50,7 +50,7 @@
 }
 }
 
-#endif  // __DNSSEC_TIME_H
+#endif  // __DNSTIME_H
 
 // Local Variables: 
 // mode: c++




More information about the bind10-changes mailing list