remove ppath_destroy() prototype; function was never committed
authorjsg <jsg@openbsd.org>
Thu, 1 Sep 2022 05:40:46 +0000 (05:40 +0000)
committerjsg <jsg@openbsd.org>
Thu, 1 Sep 2022 05:40:46 +0000 (05:40 +0000)
sys/sys/pledge.h

index 3b64096..6098fb7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pledge.h,v 1.46 2022/07/18 18:02:27 jca Exp $ */
+/*     $OpenBSD: pledge.h,v 1.47 2022/09/01 05:40:46 jsg Exp $ */
 
 /*
  * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
@@ -139,7 +139,6 @@ int pledge_fcntl(struct proc *p, int cmd);
 int    pledge_swapctl(struct proc *p, int cmd);
 int    pledge_kill(struct proc *p, pid_t pid);
 int    pledge_protexec(struct proc *p, int prot);
-void   ppath_destroy(struct process *ps);
 
 #endif /* _KERNEL */