Changes in uspace/srv/devman/main.c [a1a101d:c4f7bf6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
ra1a101d rc4f7bf6 44 44 #include <errno.h> 45 45 #include <str_error.h> 46 #include < bool.h>46 #include <stdbool.h> 47 47 #include <fibril_synch.h> 48 48 #include <stdlib.h> … … 735 735 { 736 736 client_t *client; 737 driver_t *driver ;737 driver_t *driver = NULL; 738 738 739 739 /* Accept the connection. */
Note:
See TracChangeset
for help on using the changeset viewer.