File: setpriority

package info (click to toggle)
autodir 0.99.9-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,124 kB
  • sloc: sh: 8,333; ansic: 7,615; xml: 426; makefile: 71
file content (13 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: autodir-0.99.9/src/backup_fork.c
===================================================================
--- autodir-0.99.9.orig/src/backup_fork.c	2020-07-24 15:39:54.000000000 +0000
+++ autodir-0.99.9/src/backup_fork.c	2020-07-24 15:40:03.000000000 +0000
@@ -25,6 +25,8 @@
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 #include "msg.h"
 #include "backup_argv.h"
 #include "miscfuncs.h"