diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 20:59:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 20:59:11 +0000 |
commit | d064d619355736ed002ccf0de78fc79d8cab2237 (patch) | |
tree | f564825e65919daff9d33ce96ad3940f00768f42 /pfinet/pfinet.h | |
parent | 6757d53f1c7698a57af49b0d56bbb6001f58cb2f (diff) |
2002-06-13 Roland McGrath <roland@frob.com>
* pfinet.h (trivfs_protid_t): Type removed (now in trivfs.h).
Diffstat (limited to 'pfinet/pfinet.h')
-rw-r--r-- | pfinet/pfinet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pfinet/pfinet.h b/pfinet/pfinet.h index 6b248722..c5f53182 100644 --- a/pfinet/pfinet.h +++ b/pfinet/pfinet.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,99,2000,02 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -91,6 +91,5 @@ void clean_socketport (void *); /* MiG bogosity */ typedef struct sock_user *sock_user_t; typedef struct sock_addr *sock_addr_t; -typedef struct trivfs_protid *trivfs_protid_t; #endif |