[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3283 - in glibc-package/trunk/debian: . patches patches/kfreebsd



Author: ps-guest
Date: 2009-02-19 08:50:18 +0000 (Thu, 19 Feb 2009)
New Revision: 3283

Removed:
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps28.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
   glibc-package/trunk/debian/patches/series.kfreebsd-amd64
   glibc-package/trunk/debian/patches/series.kfreebsd-i386
Log:
* kfreebsd/local-sysdeps.diff: update to revision 2368 (from glibc-bsd).
* drop kfreebsd/local-sysdeps28.diff (merged into local-sysdeps.diff).



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-02-18 22:34:27 UTC (rev 3282)
+++ glibc-package/trunk/debian/changelog	2009-02-19 08:50:18 UTC (rev 3283)
@@ -1,9 +1,14 @@
 glibc (2.9-2) unstable; urgency=low
 
+  [ Aurelien Jarno ]
   * testsuite-checking/*: ignore tst-cpuclock2 test, as it fails on
     machines using cpufreq.
   * Rename submitted/cvs-tsd.diff into hppa/cvs-tsd.diff.
 
+  [ Petr Salinger ]
+  * kfreebsd/local-sysdeps.diff: update to revision 2368 (from glibc-bsd).
+  * drop kfreebsd/local-sysdeps28.diff (merged into local-sysdeps.diff).
+
  -- Aurelien Jarno <aurel32@debian.org>  Wed, 18 Feb 2009 23:33:49 +0100
 
 glibc (2.9-1) unstable; urgency=low

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-02-18 22:34:27 UTC (rev 3282)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-02-19 08:50:18 UTC (rev 3283)
@@ -1,345 +1,3 @@
----
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist                                |   30 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Implies                             |   11 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Makefile                            |  124 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Versions                            |  101 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/_G_config.h                         |  100 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/Makefile                      |   28 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/README                        |   11 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/adjtime.c                     |   51 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/kernel_time_t.h          |  143 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/mcontext.h               |   52 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/sigcontext.h             |   84 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat16.h                 |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/stat32.h                 |   52 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/bits/time.h                   |   89 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/brk.S                         |   73 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-brk.S                      |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/dl-machine.h                  |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fhstatfs64.c                  |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fork.S                        |   30 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fpu.h                         |  128 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/fstatfs64.c                   |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/futimes.c                     |   43 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getfsstat64.c                 |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getitimer.c                   |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo.c                  |    8 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getmntinfo64.c                |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/getrusage.c                   |   63 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/gettimeofday.c                |   52 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_get_fp_control.c         |   35 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/ieee_set_fp_control.c         |   33 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/lutimes.c                     |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/machine/pal.h                 |   57 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/msgctl.c                      |   62 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/nanosleep.c                   |   54 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/poll.c                        |   46 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/regdef.h                      |   62 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/rfork.S                       |   29 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sched_rr_gi.c                 |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/select.c                      |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/semctl.c                      |   87 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setfpucw.c                    |   88 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/setitimer.c                   |   63 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/settimeofday.c                |   43 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/shmctl.c                      |   58 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sigcontextinfo.h              |   25 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/start_thread.S                |  172 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/statfs64.c                    |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysarch.h                     |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscall.S                     |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/syscalls.list                 |   21 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/sysdep.h                      |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/utimes.c                      |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/alpha/vfork.S                       |   29 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bind.c                              |   60 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/dirent.h                       |   52 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/errno.h                        |  182 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h                        |  145 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/in.h                           |  249 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctl-types.h                  |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ioctls.h                       |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/ipc.h                          |   56 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/local_lim.h                    |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/mman.h                         |  130 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/msq.h                          |   73 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/poll.h                         |   51 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/posix_opt.h                    |   90 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/resource.h                     |  200 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sched.h                        |  177 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sem.h                          |   91 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/shm.h                          |   74 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigaction.h                    |   76 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/siginfo.h                      |  214 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/signum.h                       |   71 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sigset.h                       |  140 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/socket.h                       |  386 ++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat.h                         |  199 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/stat16.h                       |   56 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statfs.h                       |   91 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/statvfs.h                      |   95 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/sys_errlist.h                  |   33 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/syslog-path.h                  |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/termios.h                      |  264 ++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/typesizes.h                    |   66 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/uio.h                          |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/utsname.h                      |   27 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/waitflags.h                    |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/brk.c                               |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_fds.c                         |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c                          |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_getres.c                      |   33 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_gettime.c                     |   33 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clock_settime.c                     |   32 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/clone.c                             |  105 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure                           |  342 +++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/configure.in                        |  268 ++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/connect.c                           |   69 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-execstack.c                      |   58 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-machine.h                        |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-osinfo.h                         |  120 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c                             |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat.c                            |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstat64.c                          |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs.c                          |   35 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fhstatfs64.c                        |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs.c                           |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatfs64.c                         |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs.c                          |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fstatvfs64.c                        |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate.c                         |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ftruncate64.c                       |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat.c                            |   48 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fxstat64.c                          |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getcwd.c                            |   91 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents.c                          |   90 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdents64.c                        |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries.c                     |  100 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getdirentries64.c                   |    5 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat.c                         |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getfsstat64.c                       |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostid.c                         |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gethostname.c                       |   52 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getloadavg.c                        |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin.c                          |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getlogin_r.c                        |   70 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo.c                        |   80 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getmntinfo64.c                      |   78 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpagesize.c                       |   42 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getpt.c                             |   92 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getrlimit64.c                       |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/getsysstats.c                       |  108 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob.c                              |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/glob64.c                            |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/gtty.c                              |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Makefile                       |   19 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/Versions                       |    7 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/mcontext.h                |  111 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/sigcontext.h              |   97 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/bits/time.h                    |   89 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-machine.h                   |  124 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/dl-procinfo.h                  |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/get_clockfreq.c                |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/getcontext.S                   |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ioperm.c              |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_get_ldt.c                 |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ioperm.c              |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_set_ldt.c                 |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i386_vm86.c                    |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i486/linuxthreads/pt-machine.h |    8 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i586/linuxthreads/pt-machine.h |    8 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/i686/linuxthreads/pt-machine.h |    8 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/iopl.c                         |   54 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ldconfig.h                     |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/pt-machine.h      |   76 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/sysdep-cancel.h   |  166 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/linuxthreads/tls.h             |   93 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/makecontext.S                  |  113 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/rfork.S                        |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sigcontextinfo.h               |   35 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/start_thread.S                 |  207 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/swapcontext.S                  |   32 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/io.h                       |  180 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/perm.h                     |   43 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys/vm86.h                     |   53 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_fork.S                     |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sys_lseek.S                    |   32 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysarch.h                      |   81 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/syscall.S                      |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.S                       |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/sysdep.h                       |  235 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/ucontext_i.h                   |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/i386/vfork.S                        |   58 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/if_index.c                          |  303 ++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifaddrs.c                           |  362 ++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ifreq.c                             |   93 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/init-first.c                        |  128 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-features.h                   |   43 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/kernel-posix-cpu-timers.h           |    5 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ldsodefs.h                          |   39 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Implies                |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Makefile               |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/Versions               |    5 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/allocrtsig.c           |   14 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/local_lim.h       |   48 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/posix_opt.h       |  190 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/sigthread.h       |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/bits/typesizes.h       |   66 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/execve.c               |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fatal-prepare.h        |   39 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.c                 |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/fork.h                 |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/jmp-unwind.c           |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/lowlevellock.h         |   47 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/pt-sigsuspend.S        |   29 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/raise.c                |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/register-atfork.c      |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/smp.h                  |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/linuxthreads/unregister-atfork.c    |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/llseek.c                            |    6 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek.c                             |   86 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lseek64.c                           |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat.c                            |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/lxstat64.c                          |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap.c                              |   84 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/mmap64.c                            |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/munmap.c                            |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/ethernet.h                      |   76 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if.h                            |  424 +++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/net/if_ether.h                      |  104 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/if_ether.h                  |  138 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/ip_icmp.h                   |  296 ++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/netinet/tcp.h                       |  258 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/nfs/nfs.h                           |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/not-cancel.h                        |   88 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ntp_gettime.c                       |   62 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open.c                              |   89 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open64.c                            |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/open_2.c                            |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat.c                            |  110 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/openat64.c                          |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/paths.h                             |   74 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread.c                             |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pread64.c                           |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/prof-freq.c                         |   47 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptrace.c                            |   68 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ptsname.c                           |  104 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite.c                            |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/pwrite64.c                          |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir.c                           |   11 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64.c                         |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir64_r.c                       |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readdir_r.c                         |   11 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/readv.c                             |   57 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/recv.c                              |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/rtld-lowlevel.h                     |  131 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sa_len.c                            |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sbrk.c                              |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sched_getp.c                        |   45 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/seekdir.c                           |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/semctl.c                            |   87 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/send.c                              |   47 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sendto.c                            |   70 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostid.c                         |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sethostname.c                       |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setlogin.c                          |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/setrlimit64.c                       |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigaction.c                         |   47 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigreturn.c                         |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigset-cvt-mask.h                   |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sigstack.c                          |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sleep.c                             |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stat16conv.c                        |   80 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statconv.c                          |   46 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs.c                            |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfs64.c                          |   37 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statfsconv.c                        |  203 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs.c                           |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/statvfs64.c                         |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/stty.c                              |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/kd.h                            |   25 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/mount.h                         |  436 ++++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/param.h                         |  237 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ptrace.h                        |  132 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/rfork.h                         |   91 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/swap.h                          |   34 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/syscall.h                       |  419 +++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/sysmacros.h                     |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ttydefaults.h                   |   97 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sys/ucontext.h                      |   48 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls-inline.h                   |   54 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list                       |  157 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysconf.c                           |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/sysctlbyname.c                      |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcdrain.c                           |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/tcflow.c                            |    4 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/telldir.c                           |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/testrtsig.h                         |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate.c                          |   41 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/truncate64.c                        |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ulimit.c                            |    2 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/uname.c                             |  110 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/unlockpt.c                          |   45 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/usleep.c                            |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/ustat.c                             |   66 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/Makefile                |    6 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/bits/utmp.h             |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmp.c               |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutmpx.c              |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxent.c             |   46 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxid.c              |   68 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/getutxline.c            |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/pututxline.c            |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/updwtmpx.c              |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp-equal.h            |   50 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmp_file.c             |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-compat/utmpconv.c              |  227 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/utmp-utmpx/utmp_file.c              |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait.c                              |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/wait3.c                             |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/waitpid.c                           |   56 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/writev.c                            |   57 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Makefile                     |   17 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/Versions                     |    5 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/mcontext.h              |  167 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/sigcontext.h            |  147 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/bits/time.h                  |   89 ++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-cache.h                   |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-machine.h                 |   80 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.c                |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/dl-procinfo.h                |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/elf/start.S                  |  143 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/get_clockfreq.c              |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/getcontext.S                 |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/iopl.c                       |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldconfig.h                   |   39 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ldd-rewrite.sed              |    3 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/Makefile        |    4 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/asm/prctl.h     |    1 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/pt-machine.h    |   51 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/sysdep-cancel.h |  145 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/linuxthreads/tls.h           |   62 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/makecontext.S                |  146 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/pipe.S                       |   32 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/readelflib.c                 |   62 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/rfork.S                      |   44 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sigcontextinfo.h             |   35 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start_thread.S               |  196 ++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/swapcontext.S                |   32 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/io.h                     |  171 +++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys/perm.h                   |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sys_fork.S                   |   36 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysarch.h                    |   48 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/syscall.S                    |   31 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.S                     |   40 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/sysdep.h                     |  233 +++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/ucontext_i.h                 |   38 
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/vfork.S                      |   58 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xmknod.c                            |   48 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat.c                             |   49 +
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/xstat64.c                           |   44 +
- 339 files changed, 21755 insertions(+)
-
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/Dist
 @@ -0,0 +1,30 @@
@@ -6875,6 +6533,51 @@
 @@ -0,0 +1 @@
 +void __libc_check_standard_fds (void) {;}
 --- /dev/null
++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_native.c
+@@ -0,0 +1,42 @@
++/* Determine whether interfaces use native transport.  Dummy version.
++   Copyright (C) 2008 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++#include <assert.h>
++#include <errno.h>
++#include <ifaddrs.h>
++#include <stddef.h>
++#include <stdint.h>
++#include <stdlib.h>
++#include <time.h>
++#include <unistd.h>
++#include <net/if.h>
++#include <net/if_arp.h>
++#include <sys/ioctl.h>
++
++#include <not-cancel.h>
++
++
++void
++__check_native (uint32_t a1_index, int *a1_native,
++		uint32_t a2_index, int *a2_native)
++{
++
++#warning __check_native() not yet implemented
++  return;
++}
+--- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_pf.c
 @@ -0,0 +1 @@
 +#include <inet/check_pf.c>
@@ -8000,6 +7703,40 @@
 +  return ret;
 +}
 --- /dev/null
++++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.c
+@@ -0,0 +1,31 @@
++/* Dynamic linker system dependencies for GNU/kFreeBSD.
++   Copyright (C) 2008 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++/* For SHARED, use the generic dynamic linker system interface code. */
++/* otherwise the code is in dl-support.c */
++
++#include <string.h>
++#include <fcntl.h>
++#include <unistd.h>
++#include <ldsodefs.h>
++#include <kernel-features.h>
++
++#ifdef SHARED
++# include <elf/dl-sysdep.c>
++#endif
+--- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/fcntl.c
 @@ -0,0 +1 @@
 +#include <sysdeps/unix/sysv/linux/fcntl.c>

Deleted: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps28.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps28.diff	2009-02-18 22:34:27 UTC (rev 3282)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps28.diff	2009-02-19 08:50:18 UTC (rev 3283)
@@ -1,84 +0,0 @@
----
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_native.c |   42 ++++++++++++++++++
- ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.c    |   31 +++++++++++++
- 2 files changed, 73 insertions(+)
-
---- /dev/null
-+++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/check_native.c
-@@ -0,0 +1,42 @@
-+/* Determine whether interfaces use native transport.  Dummy version.
-+   Copyright (C) 2008 Free Software Foundation, Inc.
-+   This file is part of the GNU C Library.
-+
-+   The GNU C Library is free software; you can redistribute it and/or
-+   modify it under the terms of the GNU Lesser General Public
-+   License as published by the Free Software Foundation; either
-+   version 2.1 of the License, or (at your option) any later version.
-+
-+   The GNU C Library is distributed in the hope that it will be useful,
-+   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+   Lesser General Public License for more details.
-+
-+   You should have received a copy of the GNU Lesser General Public
-+   License along with the GNU C Library; if not, write to the Free
-+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-+   02111-1307 USA.  */
-+
-+#include <assert.h>
-+#include <errno.h>
-+#include <ifaddrs.h>
-+#include <stddef.h>
-+#include <stdint.h>
-+#include <stdlib.h>
-+#include <time.h>
-+#include <unistd.h>
-+#include <net/if.h>
-+#include <net/if_arp.h>
-+#include <sys/ioctl.h>
-+
-+#include <not-cancel.h>
-+
-+
-+void
-+__check_native (uint32_t a1_index, int *a1_native,
-+		uint32_t a2_index, int *a2_native)
-+{
-+
-+#warning __check_native() not yet implemented
-+  return;
-+}
---- /dev/null
-+++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/dl-sysdep.c
-@@ -0,0 +1,31 @@
-+/* Dynamic linker system dependencies for GNU/kFreeBSD.
-+   Copyright (C) 2008 Free Software Foundation, Inc.
-+   This file is part of the GNU C Library.
-+
-+   The GNU C Library is free software; you can redistribute it and/or
-+   modify it under the terms of the GNU Lesser General Public
-+   License as published by the Free Software Foundation; either
-+   version 2.1 of the License, or (at your option) any later version.
-+
-+   The GNU C Library is distributed in the hope that it will be useful,
-+   but WITHOUT ANY WARRANTY; without even the implied warranty of
-+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+   Lesser General Public License for more details.
-+
-+   You should have received a copy of the GNU Lesser General Public
-+   License along with the GNU C Library; if not, write to the Free
-+   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-+   02111-1307 USA.  */
-+
-+/* For SHARED, use the generic dynamic linker system interface code. */
-+/* otherwise the code is in dl-support.c */
-+
-+#include <string.h>
-+#include <fcntl.h>
-+#include <unistd.h>
-+#include <ldsodefs.h>
-+#include <kernel-features.h>
-+
-+#ifdef SHARED
-+# include <elf/dl-sysdep.c>
-+#endif

Modified: glibc-package/trunk/debian/patches/series.kfreebsd-amd64
===================================================================
--- glibc-package/trunk/debian/patches/series.kfreebsd-amd64	2009-02-18 22:34:27 UTC (rev 3282)
+++ glibc-package/trunk/debian/patches/series.kfreebsd-amd64	2009-02-19 08:50:18 UTC (rev 3283)
@@ -6,5 +6,4 @@
 kfreebsd/local-scripts.diff
 kfreebsd/local-sys_queue_h.diff
 kfreebsd/local-sysdeps.diff
-kfreebsd/local-sysdeps28.diff
 kfreebsd/local-undef-glibc.diff

Modified: glibc-package/trunk/debian/patches/series.kfreebsd-i386
===================================================================
--- glibc-package/trunk/debian/patches/series.kfreebsd-i386	2009-02-18 22:34:27 UTC (rev 3282)
+++ glibc-package/trunk/debian/patches/series.kfreebsd-i386	2009-02-19 08:50:18 UTC (rev 3283)
@@ -6,5 +6,4 @@
 kfreebsd/local-scripts.diff
 kfreebsd/local-sys_queue_h.diff
 kfreebsd/local-sysdeps.diff
-kfreebsd/local-sysdeps28.diff
 kfreebsd/local-undef-glibc.diff


Reply to: