Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
487acd72
Commit
487acd72
authored
12 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Drop Include-stdint.h-for-uint32_t.patch
fixed upstream
parent
9c1a6300
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/Include-stdint.h-for-uint32_t.patch
+0
-26
0 additions, 26 deletions
debian/patches/Include-stdint.h-for-uint32_t.patch
with
0 additions
and
26 deletions
debian/patches/Include-stdint.h-for-uint32_t.patch
deleted
100644 → 0
+
0
−
26
View file @
9c1a6300
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
Date: Wed, 20 Jun 2012 08:23:37 +0200
Subject: Include stdint.h for uint32_t
to fix the build on kFreeBSD
Referendes: https://buildd.debian.org/status/fetch.php?pkg=libvirt&arch=kfreebsd-amd64&ver=0.9.12-2&stamp=1339698841
---
src/util/virnetlink.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/util/virnetlink.h b/src/util/virnetlink.h
index bafe8ca..acd88b7 100644
--- a/src/util/virnetlink.h
+++ b/src/util/virnetlink.h
@@ -21,8 +21,10 @@
# define __VIR_NETLINK_H__
# include "config.h"
+# include <stdint.h>
# include "internal.h"
+
# if defined(__linux__) && defined(HAVE_LIBNL)
# include <netlink/msg.h>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment