mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
statd: minor, cleanup, license headers
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CFLAGS += -Wall -Wextra -Werror
|
||||
CPPFLAGS += -D_GNU_SOURCE
|
||||
LDLIBS += -lsysrepo -lev -lyang -ljansson -lite -lsrx
|
||||
|
||||
TARGET = statd
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <jansson.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#ifndef STATD_SHARED_H_
|
||||
#define STATD_SHARED_H_
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#define _GNU_SOURCE
|
||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user