pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files/nbcompat Apply change from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05b1c64a2ea6
branches:  trunk
changeset: 465034:05b1c64a2ea6
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Dec 19 22:23:00 2003 +0000

description:
Apply change from src/include/fts.h 1.10:
        Make fts_pathlen and fts_nitems unsigned.

diffstat:

 pkgtools/libnbcompat/files/nbcompat/fts.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 71f7dc01419f -r 05b1c64a2ea6 pkgtools/libnbcompat/files/nbcompat/fts.h
--- a/pkgtools/libnbcompat/files/nbcompat/fts.h Fri Dec 19 22:16:14 2003 +0000
+++ b/pkgtools/libnbcompat/files/nbcompat/fts.h Fri Dec 19 22:23:00 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fts.h,v 1.2 2003/12/19 22:16:14 grant Exp $    */
+/*     $NetBSD: fts.h,v 1.3 2003/12/19 22:23:00 grant Exp $    */
 
 /*
  * Copyright (c) 1989, 1993
@@ -41,8 +41,8 @@
        dev_t fts_dev;                  /* starting device # */
        char *fts_path;                 /* path for this descent */
        int fts_rfd;                    /* fd for root */
-       int fts_pathlen;                /* sizeof(path) */
-       int fts_nitems;                 /* elements in the sort array */
+       u_int fts_pathlen;              /* sizeof(path) */
+       u_int fts_nitems;               /* elements in the sort array */
        int (*fts_compar)               /* compare function */
            (const struct _ftsent **, const struct _ftsent **);
 



Home | Main Index | Thread Index | Old Index