Module Name:    othersrc
Committed By:   lukem
Date:           Sun May  5 13:20:16 UTC 2013

Modified Files:
        othersrc/usr.bin/tnftp/libnetbsd: glob.c

Log Message:
__UNCONST compat moved to tnftp.h


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 othersrc/usr.bin/tnftp/libnetbsd/glob.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/libnetbsd/glob.c
diff -u othersrc/usr.bin/tnftp/libnetbsd/glob.c:1.10 othersrc/usr.bin/tnftp/libnetbsd/glob.c:1.11
--- othersrc/usr.bin/tnftp/libnetbsd/glob.c:1.10	Wed Mar 20 07:29:59 2013
+++ othersrc/usr.bin/tnftp/libnetbsd/glob.c	Sun May  5 13:20:16 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: glob.c,v 1.10 2013/03/20 07:29:59 lukem Exp $	*/
+/*	$NetBSD: glob.c,v 1.11 2013/05/05 13:20:16 lukem Exp $	*/
 /*	from: NetBSD: glob.c,v 1.34 2013/02/21 18:17:43 christos Exp	*/
 
 /*
@@ -102,9 +102,6 @@ struct glob_limit {
 #ifndef _DIAGASSERT
 #define _DIAGASSERT(a)
 #endif
-#ifndef __UNCONST
-#define __UNCONST(a)	((void *)(unsigned long)(a))
-#endif
 
 #define	DOLLAR		'$'
 #define	DOT		'.'

Reply via email to