Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
128
Issues
128
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Commits
55954a4d
Commit
55954a4d
authored
Oct 10, 2003
by
rswindell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using the #pragma pack(push,n) syntax introduced by Deuce in his last commits.
parent
61393da8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
src/sbbs3/fidodefs.h
src/sbbs3/fidodefs.h
+1
-2
src/sbbs3/mxlookup.c
src/sbbs3/mxlookup.c
+1
-2
src/sbbs3/nodedefs.h
src/sbbs3/nodedefs.h
+1
-2
src/smblib/smbdefs.h
src/smblib/smbdefs.h
+1
-2
No files found.
src/sbbs3/fidodefs.h
View file @
55954a4d
...
...
@@ -73,8 +73,7 @@
#endif
#if defined(PRAGMA_PACK)
#pragma pack(push)
/* Disk image structures must be packed */
#pragma pack(1)
#pragma pack(push,1)
/* Disk image structures must be packed */
#endif
typedef
struct
_PACK
{
/* Fidonet Packet Header */
...
...
src/sbbs3/mxlookup.c
View file @
55954a4d
...
...
@@ -50,8 +50,7 @@
#include "smbdefs.h"
/* _PACK */
#if defined(_WIN32) || defined(__BORLANDC__)
#pragma pack(push)
#pragma pack(1)
#pragma pack(push,1)
/* Packet structures must be packed */
#endif
typedef
struct
_PACK
{
...
...
src/sbbs3/nodedefs.h
View file @
55954a4d
...
...
@@ -106,8 +106,7 @@ enum { /* Node Action */
};
#if defined(_WIN32) || defined(__BORLANDC__)
/* necessary for compatibility with SBBS v2 */
#pragma pack(push,1)
#pragma pack(1)
#pragma pack(push,1)
#endif
#define SIZEOF_NODE_T 15
/* Must == sizeof(node_t) */
...
...
src/smblib/smbdefs.h
View file @
55954a4d
...
...
@@ -427,8 +427,7 @@ enum {
#endif
#if defined(PRAGMA_PACK)
#pragma pack(push,1)
/* Disk image structures must be packed */
#pragma pack(1)
#pragma pack(push,1)
/* Disk image structures must be packed */
#endif
typedef
struct
_PACK
{
/* Time with time-zone */
...
...
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