X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fnfs%2Frpc_socket.c;h=7896cd22678bde2927a3470567973466715150fc;hb=188e5ae9789bf0a7f8033f6aae40e65e652c7b08;hp=aa6a2055772a2fe2f178be8340fe2f6b1683b2c8;hpb=409b89cc7106154780400c6b2bdce46bc9d5db4b;p=nfs-utils.git diff --git a/support/nfs/rpc_socket.c b/support/nfs/rpc_socket.c index aa6a205..7896cd2 100644 --- a/support/nfs/rpc_socket.c +++ b/support/nfs/rpc_socket.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 021110-1307, USA. + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA * */ @@ -576,5 +576,5 @@ nfs_authsys_create(void) if (gethostname(machname, sizeof(machname)) == -1) return NULL; - return authsys_create(machname, uid, gid, 1, &gid); + return authunix_create(machname, uid, gid, 1, &gid); }