diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-12-23 18:09:36 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-12-23 18:09:36 +0100 |
commit | 7f98bb4e5817790bc537b480552504b79734edd5 (patch) | |
tree | 81313d75e97664a79003c471bf549c4eb868d98f /hints | |
parent | 3b46207fed7bf69caa32c27c04bd239cfb64cb53 (diff) | |
download | perl-7f98bb4e5817790bc537b480552504b79734edd5.tar.gz |
Subject: Patch for hints/netbsd.sh
From: "Ulrich Habel" <rhaen@netbsd.org>
Date: Tue, 23 Dec 2008 14:36:26 +0100
Message-ID: <9fd3126e0812230536x3f8a84bagbb1b4dcddb399bf5@mail.gmail.com>
Diffstat (limited to 'hints')
-rw-r--r-- | hints/netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 49adb964b0..9e7a4e2205 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -79,7 +79,7 @@ case "$osvers" in ;; esac case "$osvers" in -0.9*|1.*|2.*|3.*|4.*) +0.9*|1.*|2.*|3.*|4.*|5.*) d_getprotoent_r="$undef" d_getprotobyname_r="$undef" d_getprotobynumber_r="$undef" |