Index: uspace/lib/c/include/ipc/devman.h
===================================================================
--- uspace/lib/c/include/ipc/devman.h	(revision 5a6cc679876514e29ac7899053554db66db754d9)
+++ uspace/lib/c/include/ipc/devman.h	(revision 73a5857016948b0a6daad123e7cef8b6e4a8ebe7)
@@ -74,5 +74,5 @@
 	/** Id of device model.
 	 */
-	const char *id;
+	char *id;
 	/** Relevancy of device-to-driver match.
 	 * The higher is the product of scores specified for the device by the bus driver and by the leaf driver,
Index: uspace/lib/c/include/ipc/ipc.h
===================================================================
--- uspace/lib/c/include/ipc/ipc.h	(revision 5a6cc679876514e29ac7899053554db66db754d9)
+++ uspace/lib/c/include/ipc/ipc.h	(revision 73a5857016948b0a6daad123e7cef8b6e4a8ebe7)
@@ -34,5 +34,5 @@
 
 #if ((defined(LIBC_ASYNC_H_)) && (!defined(LIBC_ASYNC_C_)))
-	#error Do not intermix low-level IPC interface and async framework
+#error Do not intermix low-level IPC interface and async framework
 #endif
 
Index: uspace/lib/c/include/ipc/logger.h
===================================================================
--- uspace/lib/c/include/ipc/logger.h	(revision 5a6cc679876514e29ac7899053554db66db754d9)
+++ uspace/lib/c/include/ipc/logger.h	(revision 73a5857016948b0a6daad123e7cef8b6e4a8ebe7)
@@ -54,5 +54,5 @@
 	 * Returns: error code
 	 * Followed by: vfs_pass_handle() request.
-	 */ 
+	 */
 	LOGGER_CONTROL_SET_ROOT
 } logger_control_request_t;
