Changeset 2611
- Timestamp:
- 07/30/08 23:35:44 (5 years ago)
- Location:
- neercs/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/attach.c
r2598 r2611 88 88 strncpy(myaddr.sun_path, screen_list->s_socket_path, sizeof(myaddr.sun_path) - 1); 89 89 90 unlink(screen_list-> c_socket_path);90 unlink(screen_list->s_socket_path); 91 91 92 92 if(bind(sock, (struct sockaddr *)&myaddr, sizeof(struct sockaddr_un)) < 0) … … 100 100 fcntl(sock, F_SETFL, O_NONBLOCK); 101 101 102 debug(" Clientlistening on %s (%d)", screen_list->s_socket_path, sock);102 debug("Server listening on %s (%d)", screen_list->s_socket_path, sock); 103 103 104 104 screen_list->s_socket = sock; -
neercs/trunk/src/mytrace.c
r2580 r2611 24 24 #if defined USE_GRAB 25 25 # include <sys/ioctl.h> 26 # include < sys/ptrace.h>26 # include <linux/ptrace.h> 27 27 # include <sys/stat.h> 28 28 # include <sys/syscall.h>
Note: See TracChangeset
for help on using the changeset viewer.
