public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
f3506b4275798c9435c1d213a39760ef60562e0c blob 762 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright Red Hat
 * Author: David Gibson <david@gibson.dropbear.id.au>
 *
 * Definitions used by both passt/pasta and other tools
 */

#ifndef COMMON_H
#define COMMON_H

#include <string.h>

#define VERSION_BLOB							       \
	VERSION "\n"							       \
	"Copyright Red Hat\n"						       \
	"GNU General Public License, version 2 or later\n"		       \
	"  <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\n"	       \
	"This is free software: you are free to change and redistribute it.\n" \
	"There is NO WARRANTY, to the extent permitted by law.\n\n"

/* FPRINTF() intentionally silences cert-err33-c clang-tidy warnings */
#define FPRINTF(f, ...)	(void)fprintf(f, __VA_ARGS__)

#endif /* COMMON_H */
debug log:

solving f3506b4 ...
found f3506b4 in https://archives.passt.top/passt-dev/20260506092241.1607480-9-sbrivio@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260506132323.1751386-9-sbrivio@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260506213155.1886983-9-sbrivio@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260504231142.1118652-9-sbrivio@redhat.com/ ||
	https://archives.passt.top/passt-dev/20260505234719.1437340-9-sbrivio@redhat.com/

applying [1/5] https://archives.passt.top/passt-dev/20260506092241.1607480-9-sbrivio@redhat.com/
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..f3506b4

Checking patch common.h...
Applied patch common.h cleanly.

skipping https://archives.passt.top/passt-dev/20260506132323.1751386-9-sbrivio@redhat.com/ for f3506b4
skipping https://archives.passt.top/passt-dev/20260506213155.1886983-9-sbrivio@redhat.com/ for f3506b4
skipping https://archives.passt.top/passt-dev/20260504231142.1118652-9-sbrivio@redhat.com/ for f3506b4
skipping https://archives.passt.top/passt-dev/20260505234719.1437340-9-sbrivio@redhat.com/ for f3506b4
index at:
100644 f3506b4275798c9435c1d213a39760ef60562e0c	common.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).