hurdextras-hackers
[Top][All Lists]
Advanced

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

[Hurdextras-hackers] patch: netio: netfs_server_{name, version}


From: James Morrison
Subject: [Hurdextras-hackers] patch: netio: netfs_server_{name, version}
Date: Sun, 26 May 2002 13:33:43 -0700 (PDT)

 Hi, this patch allows netio to compile against the latest libnetfs.

2002-05-26  James A. Morrison  <address@hidden>

        * main.c: Added NETFS_SERVER_VERSION and NETFS_SERVER_NAME to allow
        netio to compile with latest libnetfs.

Index: main.c
===================================================================
RCS file: /cvsroot/hurdextras/netio/main.c,v
retrieving revision 1.1
diff -u -r1.1 main.c
--- main.c      15 Apr 2002 23:11:59 -0000      1.1
+++ main.c      26 May 2002 20:31:31 -0000
@@ -37,6 +37,8 @@
 const char *argp_program_bug_address =
 "Moritz Schulte <address@hidden>";
 const char *doc = "Hurd netio translator v" NETIO_VERSION;
+char *netfs_server_version = STANDARD_HURD_VERSION (netio);
+char *netfs_server_name = "netio";
 
 /* The underlying node.  */
 mach_port_t ul_node;


=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   2A co-op
http://hurd.dyndns.org

Anyone referring to this as 'Open Source' shall be eaten by a GNU

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]