diff options
author | Robert Millan <rmh@debian.org> | 2005-01-31 07:37:55 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-01-31 11:33:14 +0000 |
commit | fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc (patch) | |
tree | 67cc07045aabcaf32ffa2c18bbcc4fcc8d8c8efe /ext/POSIX | |
parent | 923e8b21a1a52adc9256138e9b2650ce78a10c4b (diff) | |
download | perl-fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc.tar.gz |
[perl #33998] [PATCH] Support for GNU/kFreeBSD
From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
p4raw-id: //depot/perl@23909
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/hints/gnukfreebsd.pl | 1 | ||||
-rw-r--r-- | ext/POSIX/hints/gnuknetbsd.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/POSIX/hints/gnukfreebsd.pl b/ext/POSIX/hints/gnukfreebsd.pl new file mode 100644 index 0000000000..6e37b40270 --- /dev/null +++ b/ext/POSIX/hints/gnukfreebsd.pl @@ -0,0 +1 @@ +do './hints/linux.pl'; diff --git a/ext/POSIX/hints/gnuknetbsd.pl b/ext/POSIX/hints/gnuknetbsd.pl new file mode 100644 index 0000000000..6e37b40270 --- /dev/null +++ b/ext/POSIX/hints/gnuknetbsd.pl @@ -0,0 +1 @@ +do './hints/linux.pl'; |