diff options
author | LaMont Jones <lamont@debian.org> | 2009-03-20 18:40:55 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-03-20 18:40:55 -0600 |
commit | 84e6ec609bc40abd57388eeb39ccf4727c210498 (patch) | |
tree | d292ee4a33d8c639a7aa4f4e5ce068377e6702a5 /win32utils | |
parent | 45b41449108ec791ffc94fc779231e1af17be0d2 (diff) | |
download | bind9-84e6ec609bc40abd57388eeb39ccf4727c210498.tar.gz |
9.6.1b1
Diffstat (limited to 'win32utils')
-rw-r--r-- | win32utils/makedefs.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32utils/makedefs.pl b/win32utils/makedefs.pl index 6c2e2b48..6a84299e 100644 --- a/win32utils/makedefs.pl +++ b/win32utils/makedefs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: makedefs.pl,v 1.8 2007/06/19 23:47:24 tbox Exp $ +# $Id: makedefs.pl,v 1.8.332.2 2009/01/18 23:47:41 tbox Exp $ # makedefs.pl # This script goes through all of the lib header files and creates a .def file @@ -24,7 +24,7 @@ # This program should only be run if it is necessary to regenerate # the .def files. Normally these files should be updated by hand, adding # new functions to the end and removing obsolete ones. -# If you do renerate them you will also need to modify them by hand to +# If you do regenerate them you will also need to modify them by hand to # to pick up those routines not detected by this program (like openlog). # # Search String: ^(([_a-z0-9])*( ))*prefix_[_a-z0-9]+_[a-z0-9]+( )*\( |