]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/rpc/svc.h
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sunrpc / rpc / svc.h
index 58a5f7da955dd4ab99e58364b410ec2734a97432..b7c17cf337a96f38f1b6f4062088a764b2edd28a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * svc.h, Server-side remote procedure call interface.
  *
- * Copyright (C) 2012 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2019 Free Software Foundation, Inc.
  * This file is part of the GNU C Library.
  *
  * The GNU C Library is free software; you can redistribute it and/or
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with the GNU C Library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
@@ -333,5 +333,4 @@ extern SVCXPRT *svcunix_create (int __sock, u_int __sendsize, u_int __recvsize,
 
 __END_DECLS
 
-extern void __svc_accept_failed (void) attribute_hidden;
 #endif /* rpc/svc.h */