=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tic/progs.priv.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/tic/progs.priv.h 2000/03/10 01:35:06 1.5 --- src/usr.bin/tic/progs.priv.h 2000/06/19 03:53:59 1.6 *************** *** 1,4 **** ! /* $OpenBSD: progs.priv.h,v 1.5 2000/03/10 01:35:06 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998-2000 Free Software Foundation, Inc. * --- 1,4 ---- ! /* $OpenBSD: progs.priv.h,v 1.6 2000/06/19 03:53:59 millert Exp $ */ /**************************************************************************** * Copyright (c) 1998-2000 Free Software Foundation, Inc. * *************** *** 32,38 **** * Author: Thomas E. Dickey 1997,1998 * ****************************************************************************/ /* ! * $From: progs.priv.h,v 1.21 2000/03/05 04:32:47 tom Exp $ * * progs.priv.h * --- 32,38 ---- * Author: Thomas E. Dickey 1997,1998 * ****************************************************************************/ /* ! * $From: progs.priv.h,v 1.22 2000/04/08 23:47:39 tom Exp $ * * progs.priv.h * *************** *** 172,179 **** # define isascii(c) 1 /* not really ascii anyway */ # endif #endif - - #if !HAVE_STRDUP - #define strdup _nc_strdup - extern char *_nc_strdup(const char *); - #endif /* not HAVE_STRDUP */ --- 172,174 ----