summaryrefslogtreecommitdiff
path: root/mcon/U/i_dirent.U
diff options
context:
space:
mode:
authorBoyuan Yang <byang@debian.org>2020-02-23 14:37:44 -0800
committerBoyuan Yang <byang@debian.org>2020-02-23 14:37:44 -0800
commit7c4aad4e01c8278e073d28a5c1f59b12582431c1 (patch)
tree15fc67268928e2784b815b959de3f9e6212686ef /mcon/U/i_dirent.U
parentb2543a8a68c27cc30de2db84f479cfc6cc56cbef (diff)
parentad837af33e152566dc47d6805cb0a84ce1329ed5 (diff)
Record dist (1:3.5-236-0.2) in archive suite sid
Diffstat (limited to 'mcon/U/i_dirent.U')
-rw-r--r--mcon/U/i_dirent.U12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcon/U/i_dirent.U b/mcon/U/i_dirent.U
index 4882590..9a4b017 100644
--- a/mcon/U/i_dirent.U
+++ b/mcon/U/i_dirent.U
@@ -1,7 +1,7 @@
-?RCS: $Id: i_dirent.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -29,7 +29,7 @@
?X: This unit looks whether there is a dirent system or not
?X:
?MAKE:i_dirent d_dirnamlen direntrytype: test contains Setvar \
- Myread Findhdr cppstdin cppflags cppminus rm
+ Myread Findhdr cppstdin cppflags cppminus rm_try
?MAKE: -pick add $@ %<
?S:i_dirent:
?S: This variable conditionally defines I_DIRENT, which indicates
@@ -87,7 +87,7 @@ fi
set i_dirent
eval $setvar
-?X: Use struct dirent or struct direct? If we're using dirent.h,
+?X: Use struct dirent or struct direct? If we're using dirent.h,
?X: it's probably struct dirent, but apparently not always.
?X: Assume $xinc still contains the name of the header file we're using.
@if direntrytype || Direntry_t
@@ -124,7 +124,7 @@ else
. ./myread
direntrytype="$ans"
fi
-$rm -f try.c
+$rm_try
@end
@@ -141,6 +141,6 @@ else
fi
set d_dirnamlen
eval $setvar
-$rm -f try.c
+$rm_try
@end