2 Commits

Author SHA256 Message Date
9e794e5b75 Accepting request 1251714 from Base:System
- build with gcc15
- modified sources
  % fix8bit.c (forwarded request 1250256 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1251714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/igerman98?expand=0&rev=32
2025-03-10 17:06:35 +00:00
279327324e - build with gcc15
- modified sources
  % fix8bit.c

OBS-URL: https://build.opensuse.org/package/show/Base:System/igerman98?expand=0&rev=44
2025-03-10 09:31:25 +00:00
3 changed files with 11 additions and 7 deletions

View File

@@ -77,17 +77,14 @@ static char Rcs_Id[] =
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main (); /* Convert to/from 8-bit sequences */
int main (int argc, char *argv[]); /* Convert to/from 8-bit sequences */
static void usage (); /* Issue a usage message */
static void to7bit (); /* Convert from 8-bit sequences */
static void to8bit (); /* Convert to 8-bit sequences */
extern void exit (); /* Terminate program */
int main (argc, argv) /* Convert to/from 8-bit sequences */
int argc; /* Argument count */
char * argv[]; /* Argument vector */
int main (int argc, char *argv[]) /* Convert to/from 8-bit sequences */
{
if (argc != 2)

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 4 20:05:38 UTC 2025 - pgajdos@suse.com
- build with gcc15
- modified sources
% fix8bit.c
-------------------------------------------------------------------
Tue May 7 13:30:52 UTC 2024 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package igerman98
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed