[BACK]Return to procfs_status.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / procfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/miscfs/procfs/procfs_status.c between version 1.17 and 1.18

version 1.17, 2001/11/10 13:33:44 version 1.18, 2002/11/07 08:18:34
Line 67  procfs_dostatus(curp, p, pfs, uio)
Line 67  procfs_dostatus(curp, p, pfs, uio)
         char *ps;          char *ps;
         char *sep;          char *sep;
         int pid, ppid, pgid, sid;          int pid, ppid, pgid, sid;
         int i;          u_int i;
         int xlen;          int xlen;
         int error;          int error;
         char psbuf[256+MAXHOSTNAMELEN];         /* XXX - conservative */          char psbuf[256+MAXHOSTNAMELEN];         /* XXX - conservative */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>