Move all non-README links to cirosantilli.com where the file is not cut off...

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-07 00:00:01 +00:00
parent ec74746707
commit 28cd27f969
380 changed files with 419 additions and 419 deletions

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#anonymous-inode */
/* https://cirosantilli.com/linux-kernel-module-cheat#anonymous-inode */
#define _GNU_SOURCE
#include <errno.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#ioctl */
/* https://cirosantilli.com/linux-kernel-module-cheat#ioctl */
#define _GNU_SOURCE
#include <errno.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#mmap */
/* https://cirosantilli.com/linux-kernel-module-cheat#mmap */
#define _XOPEN_SOURCE 700
#include <assert.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#netlink-sockets */
/* https://cirosantilli.com/linux-kernel-module-cheat#netlink-sockets */
#include <linux/netlink.h>
#include <stdio.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#poll */
/* https://cirosantilli.com/linux-kernel-module-cheat#poll */
#define _XOPEN_SOURCE 700
#include <assert.h>

View File

@@ -1,4 +1,4 @@
/* https://github.com/cirosantilli/linux-kernel-module-cheat#uio */
/* https://cirosantilli.com/linux-kernel-module-cheat#uio */
#if 1