This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove U/perl/i_sysmman.U in preference for the upstream version 48/head
authorNiko Tyni <ntyni@debian.org>
Thu, 9 Nov 2017 21:05:00 +0000 (23:05 +0200)
committerNiko Tyni <ntyni@debian.org>
Thu, 9 Nov 2017 21:09:57 +0000 (23:09 +0200)
The only difference in our version is the MAKE dependency
on Hasfield.U, which seems to be useless as $hasfield
is not used.

U/perl/i_sysmman.U [deleted file]

diff --git a/U/perl/i_sysmman.U b/U/perl/i_sysmman.U
deleted file mode 100644 (file)
index 4aa87c7..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-?RCS: $Id: i_sysmman.U,v $
-?RCS:
-?RCS: Copyright (c) 1999 Jarkko Hietaniemi
-?RCS:
-?RCS: You may distribute under the terms of either the GNU General Public
-?RCS: License or the Artistic License, as specified in the README file.
-?RCS:
-?MAKE:i_sysmman: Inhdr Hasfield
-?MAKE: -pick add $@ %<
-?S:i_sysmman:
-?S:    This variable conditionally defines the I_SYS_MMAN symbol, and
-?S:    indicates whether a C program should include <sys/mman.h>.
-?S:.
-?C:I_SYS_MMAN:
-?C:    This symbol, if defined, indicates that <sys/mman.h> exists and
-?C:    should be included.
-?C:.
-?H:#$i_sysmman I_SYS_MMAN              /**/
-?H:.
-?LINT:set i_sysmman
-: see if this is a sys/mman.h system
-set sys/mman.h i_sysmman
-eval $inhdr
-