Mercurial > dropbear
comparison includes.h @ 425:1afa503e33f5
Disable core dumps
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Feb 2007 10:43:44 +0000 |
parents | a124aff0cbf1 |
children | 7e43f5e473b9 |
comparison
equal
deleted
inserted
replaced
420:7f010e3b1802 | 425:1afa503e33f5 |
---|---|
36 #include <sys/socket.h> | 36 #include <sys/socket.h> |
37 #include <sys/stat.h> | 37 #include <sys/stat.h> |
38 #include <sys/time.h> | 38 #include <sys/time.h> |
39 #include <sys/un.h> | 39 #include <sys/un.h> |
40 #include <sys/wait.h> | 40 #include <sys/wait.h> |
41 #include <sys/resource.h> | |
41 | 42 |
42 #include <stdio.h> | 43 #include <stdio.h> |
43 #include <errno.h> | 44 #include <errno.h> |
44 #include <fcntl.h> | 45 #include <fcntl.h> |
45 #include <grp.h> | 46 #include <grp.h> |