]> andersk Git - openssh.git/blobdiff - misc.h
- avsm@cvs.openbsd.org 2004/08/11 21:43:05
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index ffa8d8f27bdb1acdc3ef468a451419e78b4ca488..ec47a611d485c65c6d440152fdd60cb8a6fda4f2 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.16 2004/06/17 15:10:14 djm Exp $   */
+/*     $OpenBSD: misc.h,v 1.17 2004/08/11 21:43:05 avsm Exp $  */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -29,8 +29,8 @@ struct passwd *pwcopy(struct passwd *);
 typedef struct arglist arglist;
 struct arglist {
        char    **list;
-       int     num;
-       int     nalloc;
+       u_int   num;
+       u_int   nalloc;
 };
 void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
 
This page took 0.034964 seconds and 4 git commands to generate.