Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
3705503a
Commit
3705503a
authored
Jul 05, 2017
by
Long Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use same ifndef/define format for all headers
Signed-off-by:
Long Wang
<
w@laoqinren.net
>
parent
74a99f40
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
getline.h
src/include/getline.h
+2
-2
getsubopt.h
src/include/getsubopt.h
+2
-2
lxcmntent.h
src/include/lxcmntent.h
+2
-2
openpty.h
src/include/openpty.h
+2
-2
lsm.h
src/lxc/lsm/lsm.h
+2
-2
No files found.
src/include/getline.h
View file @
3705503a
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
* SUCH DAMAGE.
* SUCH DAMAGE.
*/
*/
#ifndef _
getline_h
#ifndef _
GETLINE_H
#define _
getline_h
#define _
GETLINE_H
#include <stdio.h>
#include <stdio.h>
...
...
src/include/getsubopt.h
View file @
3705503a
#ifndef _
getsubopt_h
#ifndef _
GETSUBOPT_H
#define _
getsubopt_h
#define _
GETSUBOPT_H
int
getsubopt
(
char
**
optionp
,
char
*
const
*
tokens
,
char
**
valuep
);
int
getsubopt
(
char
**
optionp
,
char
*
const
*
tokens
,
char
**
valuep
);
#endif
#endif
src/include/lxcmntent.h
View file @
3705503a
...
@@ -18,8 +18,8 @@
...
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef _
lxcmntent_h
#ifndef _
LXCMNTENT_H
#define _
lxcmntent_h
#define _
LXCMNTENT_H
#if IS_BIONIC
#if IS_BIONIC
struct
mntent
struct
mntent
...
...
src/include/openpty.h
View file @
3705503a
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef _
openpty_h
#ifndef _
OPENPTY_H
#define _
openpty_h
#define _
OPENPTY_H
#include <termios.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/ioctl.h>
...
...
src/lxc/lsm/lsm.h
View file @
3705503a
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#ifndef __
lxc_lsm_h
#ifndef __
LXC_LSM_H
#define __
lxc_lsm_h
#define __
LXC_LSM_H
struct
lxc_conf
;
struct
lxc_conf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment