source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: one forgotten #ifdef -> #if conversion
@ 2014-08-17 20:45 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2014-08-17 20:45 UTC (permalink / raw)
  To: source

Log Message:
-----------
one forgotten #ifdef -> #if conversion

Modified Files:
--------------
    mdocml:
        compat_fts.c

Revision Data
-------------
Index: compat_fts.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/compat_fts.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lcompat_fts.c -Lcompat_fts.c -u -p -r1.3 -r1.4
--- compat_fts.c
+++ compat_fts.c
@@ -6,6 +6,7 @@ int dummy;
 
 #else
 
+/*	$Id$	*/
 /*	$OpenBSD: fts.c,v 1.46 2014/05/25 17:47:04 tedu Exp $	*/
 
 /*-
@@ -489,7 +490,7 @@ fts_build(FTS *sp)
 		if (ISDOT(dp->d_name))
 			continue;
 
-#ifdef HAVE_DIRENT_NAMLEN
+#if HAVE_DIRENT_NAMLEN
 		dlen = dp->d_namlen;
 #else
 		dlen = strlen(dp->d_name);
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-17 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-17 20:45 mdocml: one forgotten #ifdef -> #if conversion schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).