Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
6dbb56fd
Commit
6dbb56fd
authored
Mar 26, 2006
by
kent@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
azio.c, archive_test.c:
Include our base headers before system headers
parent
cb6fddab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
storage/archive/archive_test.c
storage/archive/archive_test.c
+1
-1
storage/archive/azio.c
storage/archive/azio.c
+2
-2
No files found.
storage/archive/archive_test.c
View file @
6dbb56fd
#include "azlib.h"
#include <stdio.h>
#include <azlib.h>
#define TEST_STRING "This is a test"
#define BUFFER_LEN 1024
...
...
storage/archive/azio.c
View file @
6dbb56fd
...
...
@@ -11,11 +11,11 @@
/* @(#) $Id$ */
#include "azlib.h"
#include <stdio.h>
#include <string.h>
#include "azlib.h"
static
int
const
gz_magic
[
2
]
=
{
0x1f
,
0x8b
};
/* gzip magic header */
/* gzip flag byte */
...
...
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