bug-hurd
[Top][All Lists]
Advanced

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

[PATCH] libmachdev: Remove declaration for static function


From: Damien Zammit
Subject: [PATCH] libmachdev: Remove declaration for static function
Date: Sun, 6 Sep 2020 12:08:37 +1000

This one-liner fixes libmachdev build failure.

---
 libmachdev/trivfs_server.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libmachdev/trivfs_server.h b/libmachdev/trivfs_server.h
index ae30a830..40ae57fe 100644
--- a/libmachdev/trivfs_server.h
+++ b/libmachdev/trivfs_server.h
@@ -27,7 +27,5 @@ extern struct port_class *trivfs_protid_class;
 extern struct port_class *trivfs_cntl_class;
 extern struct port_class *machdev_shutdown_notify_class;
 
-void arrange_shutdown_notification (void);
-
 #endif /* _MACHDEV_TRIVFS_SERVER_H */
 
-- 
2.25.1




reply via email to

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