From e54403529815aa48dc1ea687caaecb00eb58e893 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Sep 2012 15:43:17 -0500 Subject: [PATCH 1/1] Document list.h source --- src/list.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/list.h b/src/list.h index 71ba09f7..ffce6570 100644 --- a/src/list.h +++ b/src/list.h @@ -1,3 +1,8 @@ + +/* + * This file is based on include/linux/list.h in the Linux kernel source code. + */ + #ifndef _LINUX_LIST_H #define _LINUX_LIST_H -- 2.43.0