mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Fri Dec 7 14:34:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* src/sexpr.c: Cosmetic rearrangement of headers.
This commit is contained in:
parent
66e4326c84
commit
36f0ce0472
@ -1,3 +1,7 @@
|
||||
Fri Dec 7 14:34:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* src/sexpr.c: Cosmetic rearrangement of headers.
|
||||
|
||||
Fri Dec 7 14:27:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
|
||||
|
||||
* configure.in: Extra checks for uname and some header files
|
||||
|
@ -12,15 +12,15 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "sexpr.h"
|
||||
#include "internal.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "internal.h"
|
||||
#include "sexpr.h"
|
||||
|
||||
/**
|
||||
* virSexprError:
|
||||
* @conn: the connection if available
|
||||
|
Loading…
x
Reference in New Issue
Block a user