mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Sophia fixes for relative includes
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
static inline int sp_catensure(spcat *c) {
|
||||
if ((c->count + 1) < c->top)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* This software program is licensed subject to the BSD License,
|
||||
* available at http://www.opensource.org/licenses/bsd-license.html
|
||||
*/
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
static const uint32_t crc_tableil8_o32[256] =
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
static inline void
|
||||
sp_pageopen(spc *c, uint32_t page)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
void sp_ve(spe *e, int type, va_list args)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
int sp_gc(sp *s, spepoch *x)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
static inline int sp_iensure(spi *i) {
|
||||
if (splikely((i->icount + 1) < i->itop))
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
typedef struct {
|
||||
uint32_t count;
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include <track.h>
|
||||
#include "sp.h"
|
||||
#include "track.h"
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
void sp_repinit(sprep *r, spa *a) {
|
||||
sp_listinit(&r->l);
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
static inline int sphot
|
||||
cmpstd(char *a, size_t asz, char *b, size_t bsz, void *arg spunused) {
|
||||
|
||||
@@ -25,26 +25,26 @@
|
||||
#include <sys/uio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <sophia.h>
|
||||
#include "sophia.h"
|
||||
|
||||
#include <macro.h>
|
||||
#include <crc.h>
|
||||
#include <lock.h>
|
||||
#include <list.h>
|
||||
#include <e.h>
|
||||
#include <a.h>
|
||||
#include <meta.h>
|
||||
#include <file.h>
|
||||
#include <ref.h>
|
||||
#include <i.h>
|
||||
#include <rep.h>
|
||||
#include <cat.h>
|
||||
#include <task.h>
|
||||
#include <core.h>
|
||||
#include <util.h>
|
||||
#include <recover.h>
|
||||
#include <merge.h>
|
||||
#include <gc.h>
|
||||
#include <cursor.h>
|
||||
#include "macro.h"
|
||||
#include "crc.h"
|
||||
#include "lock.h"
|
||||
#include "list.h"
|
||||
#include "e.h"
|
||||
#include "a.h"
|
||||
#include "meta.h"
|
||||
#include "file.h"
|
||||
#include "ref.h"
|
||||
#include "i.h"
|
||||
#include "rep.h"
|
||||
#include "cat.h"
|
||||
#include "task.h"
|
||||
#include "core.h"
|
||||
#include "util.h"
|
||||
#include "recover.h"
|
||||
#include "merge.h"
|
||||
#include "gc.h"
|
||||
#include "cursor.h"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* BSD License
|
||||
*/
|
||||
|
||||
#include <sp.h>
|
||||
#include "sp.h"
|
||||
|
||||
char *sp_memdup(sp *s, void *src, size_t size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user